Skip to content

Update an existing scheduled task

PUT
/api/scheduler/tasks/{id}
id
required
string format: uuid
object
name
string
description
string
triggerType
string
triggerConfig
string
actionType
string
actionParameters
string
targetId
string format: uuid
nullable
startTime
string format: date-time
nullable
endTime
string format: date-time
nullable
repeatCount
integer format: int32
nullable
timeZoneId
string
weekdayMask
integer format: int32
nullable
intervalSeconds
integer format: int32
nullable

No Content

Bad Request

string

Not Found