v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBHolidays v2 - Transaction banking (deprecated)
Update holiday (deprecated)
DEPRECATED. Call the new 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 some holiday information. Only parameters that are passed are updated.
Note: This endpoint is designed for transaction banking. For more information, refer to Calendars and holidays in transaction banking.
put/holidays-core/v2/holiday/{holiday_id}
Path parameters
holiday_idstring required
Example:8675309
Pismo-assigned holiday ID
Request body
Example request
{
"name": "New Year's Day",
"description": "Day to party like it's 1999",
"metadata": "{ \"key\": \"value\"}"
}Response
Updated holiday
Example response
{
"id": 8675309,
"name": "New Year's Day",
"description": "Day to party like it's 1999",
"metadata": "{ \"key\": \"value\"}"
}