update_test_case
Update an existing test case, including custom fields, by providing its ID and payload.
Instructions
Update an existing test case. payload.customFields supports values like { customField: { id }, id, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID. Must be a number (integer), not a string. | |
| payload | Yes |