updateSchedule
Agent Runtimes / api/scheduler/schedules / updateSchedule
Function: updateSchedule()
updateSchedule(
token,scheduleUid,data,baseUrl?):Promise<ScheduleResponse>
Defined in: src/api/scheduler/schedules.ts:130
Update an existing schedule by uid.
Parameters
token
string
Authentication token
scheduleUid
string
The schedule uid
data
Fields to update
baseUrl?
string = DEFAULT_SERVICE_URLS.SCHEDULER
Base URL for the scheduler service (defaults to production)
Returns
Promise<ScheduleResponse>
Promise resolving to the updated schedule