update_test_collection
Update test collection metadata such as name, status, priority, or assigned tester. Only supplied fields are changed; omitted values remain as they are.
Instructions
Update test collection metadata. Only provided fields are updated; omitted fields remain unchanged. Use get_test_collection first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New collection name | |
| status | No | New collection status. NOT project-configurable and matched exactly: the storage layer accepts only these four, and neither a label such as "In Progress" nor a different case such as "IN_PROGRESS" will do. | |
| priority | No | New priority. NOT project-configurable: the storage layer accepts only these four, in lowercase. Matching ignores case and the value is stored lowercase, so Critical and critical both land as critical. | |
| assignedTo | No | Email address of the assigned tester (or empty to unassign) | |
| description | No | New description | |
| environment | No | New environment | |
| collectionId | Yes | Test collection UUID to update |