update_client
Change a client's name, color, or status by specifying its ID. Required: client ID. Optional: name, color hex, status.
Instructions
Update an existing client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client ID | |
| name | No | New name | |
| color | No | Color hex code | |
| status | No | Status (active, archived) |