update-time-off-type
Update an existing time off type's name, active status, default status, or display color using its unique ID.
Instructions
Update an existing time off type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoff_type_id | Yes | The time off type ID (timeoff_type_id) | |
| name | No | Time off type name | |
| active | No | Active status (1=active, 0=archived) | |
| is_default | No | Default status (1=default, 0=not default) | |
| color | No | Hex color code for UI display |