accelo_update_task
Update an existing Accelo task by ID, including title, description, assignee, manager, due date, priority, and remaining time.
Instructions
Update an existing task.
Args: id: Task ID (required) title: New title description: New description assignee_id: New assignee staff ID manager_id: New manager staff ID date_due: New due date (unix timestamp) priority_id: New priority ID remaining: New remaining time in seconds fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| fields | No | ||
| date_due | No | ||
| remaining | No | ||
| manager_id | No | ||
| assignee_id | No | ||
| description | No | ||
| priority_id | No |