/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
Scheduler
Changes or Reschedules Scheduler
put
/scheduler/{id}
Path parameters
id
integer
required
Request body
SchedulerRequestResource
required
schedulerId
integer
connectionId
integer
title
string
status
boolean
cronExp
string
debugMode
boolean
notificationResources
NotificationResource[]
Response
Scheduler is successfully modified.
SchedulerResource
required
schedulerId
integer
connection
ConnectionDTO
title
string
status
boolean
debugMode
boolean
cronExp
string
lastExecution
LastExecutionResource
webhook
WebhookResource
notification
NotificationResource[]