v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays (deprecated)
Update holiday name (deprecated)
DEPRECATED. Call the Update holiday endpoint instead.
This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.
Update a holiday's name.
put/holidays-core/v1/holiday/{holiday_id}
Path parameters
holiday_idstring required
Example:8675309
Pismo-assigned holiday ID
Request body
Example request
{
"name": "New Year's Day"
}Response
Updated holiday name
Example response
{
"id": 8675309,
"name": "New Year's Day"
}