focus_update_project
Apply targeted updates to a project's name, color, or schedule without altering other details. Changes apply instantly.
Instructions
Toggl Focus/2.0: partially update a project (PATCH). Changes apply immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| pinned | No | ||
| private | No | ||
| tag_ids | No | ||
| archived | No | If provided via other endpoints; prefer name/fields here | |
| billable | No | ||
| end_date | No | ||
| client_id | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |