Skip to content

Enable/disable schedule

PATCH
/api/v1/schedules/{id}/toggle
curl --request PATCH \
--url https://dashboard.justcrawl.io/api/v1/schedules/example/toggle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "isEnabled": true }'
id
required
string
Media type application/json
object
isEnabled
required
boolean
Example generated
{
"isEnabled": true
}

Schedule toggled