/
OP
opencelium
/
OpenCelium API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
opencelium
OpenCelium API
put
Changes only title of scheduler by provided scheduler id
v3
latest
OpenAPI 3.0.1
raw.githubusercontent.com
2026-08-01
230
114
249.2 KB
Scheduler
Changes only title of scheduler by provided scheduler id
put
/scheduler/{id}/title
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 title is successfully modified.
SchedulerResource
required
schedulerId
integer
connection
ConnectionDTO
title
string
status
boolean
debugMode
boolean
cronExp
string
lastExecution
LastExecutionResource
webhook
WebhookResource
notification
NotificationResource[]