Schedule |
OnCallApi.updateOnCallSchedule(String scheduleId,
ScheduleUpdateRequest body)
Update On-Call schedule.
|
Schedule |
OnCallApi.updateOnCallSchedule(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|
CompletableFuture<Schedule> |
OnCallApi.updateOnCallScheduleAsync(String scheduleId,
ScheduleUpdateRequest body)
Update On-Call schedule.
|
CompletableFuture<Schedule> |
OnCallApi.updateOnCallScheduleAsync(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|
ApiResponse<Schedule> |
OnCallApi.updateOnCallScheduleWithHttpInfo(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update a new On-Call schedule
|
CompletableFuture<ApiResponse<Schedule>> |
OnCallApi.updateOnCallScheduleWithHttpInfoAsync(String scheduleId,
ScheduleUpdateRequest body,
OnCallApi.UpdateOnCallScheduleOptionalParameters parameters)
Update On-Call schedule.
|