Schedules

Update schedule by ID

put/schedules/{id}

Path parameters

idstring required

MongoDB ObjectId represented as a hexadecimal string

Object ID

Request body

_idstring

MongoDB ObjectId represented as a hexadecimal string

namestring
spider_idstring

MongoDB ObjectId represented as a hexadecimal string

cronstring

Cron expression for schedule

paramobject

Schedule parameters

enabledboolean
created_atstring date-time
updated_atstring date-time
created_bystring

MongoDB ObjectId represented as a hexadecimal string

updated_bystring

MongoDB ObjectId represented as a hexadecimal string

Response

Schedule updated successfully

codeinteger
messagestring

Changes