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>"
}
'ROLES: AUTOMATION_ADMIN USER: true SERVICE ACCOUNT: true
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>"
}
'Bearer token with Platform JWT token or API Key.
OK.