title: "" section: Endpoints/Holidays
order: 19
PUT ./holidays/{id}
Update the school holiday.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| holName | string, max_length[80] | optional | The holiday name. |
| holDate | rfc_date | optional | The day of the holiday. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| holDate | 103 | The date is invalid. |
| holDate | 104 | The date is unavailable. |
Output example
{"success": true}
