update_suite
Update a test suite in TestCollab by supplying its ID and optional fields like title or description to change only those values.
Instructions
Update an existing test suite in TestCollab. Only provided fields will be updated.
Required: id (suite ID) Optional: project_id, title, description
Note: To move a suite to a different parent, use the move_suite tool instead.
Example: { "id": 42, "title": "Renamed Suite", "description": "Updated description" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Suite ID to update (required) | |
| project_id | No | Project ID (optional if TC_DEFAULT_PROJECT is set) | |
| title | No | New suite title | |
| description | No | New suite description (null to clear) |