update_absence
Update an existing absence entry by its UUID, adjusting dates, type, note, or half-day status.
Instructions
Update an existing absence entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The absence UUID | |
| note | No | Note | |
| type | No | Absence type | |
| end_date | No | End date (YYYY-MM-DD) | |
| half_day | No | Half-day absence | |
| start_date | No | Start date (YYYY-MM-DD) |