Update a project
clockify_update_projectRename, recolor, archive or restore a Clockify project. Also adjust its billable status, client, and public visibility.
Instructions
Renames, re-colours, archives or restores a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| note | No | ||
| color | No | ||
| archived | No | true archives the project, false restores it | |
| billable | No | ||
| client_id | No | ||
| is_public | No | ||
| project_id | No | Project id | |
| project_name | No | Project name instead of the id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |