update_test_campaign
Partial-update a Tests campaign (PATCH).
Partial-update a Tests campaign (PATCH).
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
description | string | No | New description |
name | string | No | New name |
test_campaign_id | number | Yes | Tests campaign id |
test_list | string | No | JSON array: full replacement of test_list |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"test_campaign_id": 0
}
Description
Any subset of name, description, test_list is accepted.
WARNING: test_list is a FULL REPLACEMENT, not a merge. To add or remove tests, first call get_test_campaign to read the current test_list, modify it, then pass the complete list.
Use list_test_versions on the member tests before replacing test_list to avoid surprises. Edit-budget gated.
Related
What's next?
Last updated on