Skip to main content
PUT
/
api
/
v1
/
automation
/
schedule
/
{scheduleId}
Schedule update.
curl --request PUT \
  --url https://api.revong.com/api/v1/automation/schedule/{scheduleId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "category": "<string>",
  "desc": "<string>",
  "cron": "<string>",
  "jobTemplateId": "<string>",
  "timezone": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

scheduleId
string
required

Body

application/json
name
string

Provide name of result resource and automation itself.

category
string

Category.

desc
string

Description.

cron
string

Cron for schedule.

jobTemplateId
string

Description.

timezone
string

Description.

Response

OK.