update_test_case
Update an existing test case by merging new values with current state. Pass only the fields you want to change to preserve unspecified fields.
Instructions
Update an existing test case. Pass only the fields you want to change. The tool fetches the current state first and merges your changes, so unspecified fields are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Updated auth config | |
| name | No | New name | |
| tagIds | No | New tag IDs | |
| categoryId | No | New category ID | |
| parameters | No | Updated parameters | |
| testCaseId | Yes | The test case ID to update | |
| requestBody | No | Updated request body | |
| preProcessors | No | Updated pre-processors / pre-request scripts | |
| postProcessors | No | Updated assertions / post-processors |