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