missive_update_task
Update a Missive task's title, description, state, assignees, team, or due date by providing only the fields to change.
Instructions
Updates a single task's attributes (title, description, state, assignees, team, due date). Only the fields you include are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | New team ID for the task. | |
| state | No | New task state: 'todo', 'in_progress', or 'closed'. | |
| title | No | New task title (max 1000 characters). | |
| due_at | No | New due date as a Unix timestamp. | |
| task_id | Yes | ID of the task to update. | |
| assignees | No | New array of assignee user IDs (replaces the current assignees). | |
| description | No | New task description, plain text (max 10000 characters). |