focus_update_task
Partially update a Toggl Focus task by changing only specified fields, such as name, dates, or priority. Changes take effect instantly.
Instructions
Toggl Focus/2.0: partially update a task (PATCH). Changes apply immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| notes | No | ||
| pinned | No | ||
| private | No | ||
| tag_ids | No | ||
| task_id | Yes | ||
| billable | No | ||
| end_date | No | ||
| priority | No | ||
| status_id | No | ||
| project_id | No | ||
| start_date | No | ||
| description | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| estimated_mins | No | ||
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. | |
| assignee_user_ids | No |