[R] Update a schedule

Path Params
string
required

The Experience ID

Body Params
string
required
string
enum
required
Defaults to available

Can be for an open (available) schedule or a blackout schedule

Allowed:
days
array of int32s

Weekdays for which this schedule is active (Sunday=0, Saturday=6)

days
string
enum
Defaults to fixed
Allowed:
times
array of int32s

Specific time slots made available (only available when type=available), in 24hr format (e.g. 800 = 8AM). Can't be used with the timeRanges parameter.

times
int32
Defaults to 0

The increase/discount to ticket price during this schedule (only available when type=available)

boolean
Defaults to false
date

The start date for this schedule

date

The end date for this schedule

dates
array of dates

An array of dates that this schedule will be active on. Cannot be combined with start/end dates.

dates
timeRanges
array of objects

A list of time ranges (defined by a start and stop time) during which this schedule will be active.

timeRanges
string
enum
Defaults to weekly

When and how the schedule should repeat. Options are weekly (repeat the same schedule every week until end, if specified), or custom, which can be used in conjunction with dates to specify individual days for the schedule to run

Allowed:
Responses

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json