Update Activity
update_activityChange an existing activity's name, color, billable status, client, or description. Provide the activity ID to update specific fields.
Instructions
Update an existing activity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the activity | |
| color | No | New color code for the activity | |
| billable | No | New billable status | |
| clientId | No | New client ID | |
| isActive | No | Set activity as active (true) or inactive (false) | |
| activityId | Yes | The ID of the activity to update | |
| description | No | New description for the activity |