Request schema for the updateSchedule operation.

Export

UpdateScheduleRequest

interface UpdateScheduleRequest {
    schedules: AvailabilityRecord[];
}

Properties

Properties

schedules: AvailabilityRecord[]

List of AvailabilityRecords to represent the capacity of a resource over a time range.

Memberof

UpdateScheduleRequest