[R] Update a scheduleAsk AIput https://sandbox.xola.com/api/experiences/{id}/schedulesPath ParamsidstringrequiredThe Experience IDBody ParamsnamestringrequiredtypestringenumrequiredDefaults to availableCan be for an open (available) schedule or a blackout scheduleAllowed:availableunavailabledaysarray of int32sWeekdays for which this schedule is active (Sunday=0, Saturday=6)daysADD int32departurestringenumDefaults to fixedAllowed:fixedvariestimesarray of int32sSpecific time slots made available (only available when type=available), in 24hr format (e.g. 800 = 8AM). Can't be used with the timeRanges parameter.timesADD int32priceDeltaint32Defaults to 0The increase/discount to ticket price during this schedule (only available when type=available)priceOverridebooleanDefaults to falsestartdateThe start date for this scheduleenddateThe end date for this scheduledatesarray of datesAn array of dates that this schedule will be active on. Cannot be combined with start/end dates.datesADD datetimeRangesarray of objectsA list of time ranges (defined by a start and stop time) during which this schedule will be active.timeRangesADD objectrepeatstringenumDefaults to weeklyWhen 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 runAllowed:weeklycustomResponses 202202 400400 404404 409409 413413Updated about 3 years ago