PUT ./holidays/global/{id}

Update the global holiday.

PUT parameters

NameValue TypeValidationDetails
holNamestring, max_length[80]optionalThe holiday name.
holCountryIDintoptionalThe country ID.
holDaterfc_dateoptionalThe day of the holiday.

Validation

Error FieldError CodeError Message
holCountryID102The country does not exist.
holDate103The date is invalid.
holDate104The date is unavailable.

Output example

{
"success": true
}