PUT
/
scheduler
/
schedules
/
{id}

Path Parameters

id
string
required

The schedule ID

Body

application/json

JSON-formatted schedule configuration values

id
string
creatorType
string
creatorId
string
createTime
string<date-time>
startTime
string<date-time>
endTime
string<date-time>
repeatUnit
enum<string>
Available options:
MILLISECOND,
SECOND,
MINUTE,
HOUR,
DAY,
WEEK,
MONTH
interval
integer
active
boolean
default:false
callParams
object

Response

default

successful operation