PUT ./holidays/global/{id}
Update the global holiday.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| holName | string, max_length[80] | optional | The holiday name. |
| holCountryID | int | optional | The country ID. |
| holDate | rfc_date | optional | The day of the holiday. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| holCountryID | 102 | The country does not exist. |
| holDate | 103 | The date is invalid. |
| holDate | 104 | The date is unavailable. |
Output example
{"success": true}
