Update a client
clockify_update_clientUpdate a Clockify client: rename it, change its note or address, or archive it. Provide client_id and optional fields to modify.
Instructions
Renames or archives a client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| note | No | ||
| address | No | ||
| archived | No | ||
| client_id | Yes | Client id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |