mutate_suite
Create or update a TestRail test suite by providing the action, project ID (for create) or suite ID (for update), along with optional name and description.
Instructions
Create a new test suite or update an existing one in TestRail. Set payload.action to 'create' or 'update' to specify the operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The mutation payload containing the action (create or update) and the corresponding suite attributes |