update-public-holiday
Modify existing public holiday details including name, date, region, type, and status to maintain accurate holiday data in scheduling systems.
Instructions
Update an existing public holiday
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| holiday_id | Yes | The public holiday ID | |
| name | No | Holiday name | |
| date | No | Holiday date (YYYY-MM-DD) | |
| region | No | Region or country code | |
| country | No | Country name | |
| type | No | Holiday type (bank_holiday, observed, etc.) | |
| moveable | No | Moveable status (0=fixed, 1=moveable) | |
| recurring | No | Recurring status (0=one-time, 1=recurring) | |
| year | No | Year for the holiday | |
| notes | No | Additional notes | |
| active | No | Active status (1=active, 0=archived) |