Response schema for the updateSchedule operation.

UpdateScheduleResponse

interface UpdateScheduleResponse {
    errors?: Error[];
    payload?: UpdateScheduleRecord[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

UpdateScheduleResponse

Contains the UpdateScheduleRecords for which the error/warning has occurred.

UpdateScheduleResponse