Skip to main content
PUT

Authorizations

Authorization
string
header
required

Path Parameters

id
integer<int64>
required

Subscription identifier.

Required range: x >= 1
Example:

42

Body

application/json
holidayKeys
string[]
required

Holiday keys (from the subscription's holidays[].key) to flip.

Minimum array length: 1
Maximum string length: 100

Response

Overrides toggled.

success
boolean
required
status
integer
required
Example:

200

results
object
required

Map of holiday key to its new excluded state (true = now excluded, false = override cleared). Contains exactly the keys supplied in holidayKeys — a 1:1 mapping, so the response size always matches the request size.

Last modified on April 29, 2026