testmo_update_run
Modify a Testmo run's fields (name, description, tags, state, config, milestone) or close it via is_closed. Only provided fields change.
Instructions
Update a run (PATCH). Only provided fields change. Set is_closed=true to close a run (runs cannot be re-opened via the API; false is rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docs | No | Description / body text | |
| name | No | New run name | |
| note | No | Short note (max 80 chars) | |
| tags | No | Tag strings | |
| run_id | Yes | Run ID | |
| state_id | No | New workflow state ID | |
| config_id | No | Configuration ID | |
| is_closed | No | true = close the run (cannot be re-opened) | |
| include_all | No | Whether the run includes all project cases | |
| milestone_id | No | Milestone ID |