update_test_campaign

Partial-update a Tests campaign (PATCH).

Partial-update a Tests campaign (PATCH).

Writes data · Idempotent · Calls external systems.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanNoReset edit budget after user approval
descriptionstringNoNew description
namestringNoNew name
test_campaign_idnumberYesTests campaign id
test_liststringNoJSON 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on