edit_task
Update a task's title, description, or slug by providing its reference and optional new values.
Instructions
Update a task's title, description, or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| task_ref | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| affected | No | Subtask ids whose status changed as a side effect of force; omitted when nothing cascaded. |