update_suite
Update an existing test suite's title or description by providing its ID. Only specified fields change, leaving other details intact.
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) | |
| title | No | New suite title | |
| project_id | No | Project ID (optional if TC_DEFAULT_PROJECT is set) | |
| description | No | New suite description (null to clear) |