Scheduler Service
Scheduler Service
Update a schedule
1min
PUT
Path Parameters
scheduleId
string
*
Header Parameters
X-COREOS-ACCESS
string
*
X-COREOS-APPID
string
*
X-COREOS-REQUEST-ID
string
*
X-COREOS-TID
string
*
Body Parameters
body
UpdateScheduleRequest
*
endpointUrl
string
*
signatureKey
string
*
payload
object
startDate
string
*
endDate
string
cron
string
*
isActive
boolean
Responses
200
Successful operation
UpdateScheduleResponse
schedule
object
*
error
object
*
400
Bad Request
ScheduleErrorResponse
Example
{"schedule":{},"error":{"code":400,"description":"Bad Request","additionalInfo":"EndDate can not be before StartDate"}}
schedule
object
*
error
object
*


Updated 05 Oct 2023
Did this page help you?