aidelly_update_task
Update task fields (title, description, status, priority, assignee, due date, or links).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| title | No | Task title. | |
| due_at | No | ISO 8601 due date/time. | |
| status | No | Task status. | |
| brand_id | No | ||
| priority | No | Task priority. | |
| description | No | Task description. | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| linked_idea_id | No | UUID of linked idea (mutually exclusive with linked_post_id). | |
| linked_post_id | No | UUID of linked post (mutually exclusive with linked_idea_id). | |
| idempotency_key | Yes | ||
| assignee_user_id | No | UUID of assignee (must be an active workspace member). |