Scheduled
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all scheduled changes
Create, read, update and delete scheduled changes.
Required API key scopes
feature_flag:readQuery parameters
- limitinteger
- model_namestring
- offsetinteger
- record_idstring
Response
Example request
GET /api /projects /:project_id /scheduled_changesExample response
Status 200
RESPONSE
Create scheduled changes
Create, read, update and delete scheduled changes.
Required API key scopes
feature_flag:writeRequest parameters
- record_idstring
- model_name
- payload
- scheduled_atstring
- is_recurringbooleanDefault:
false - recurrence_interval
- cron_expressionstringnull
- end_datestringnull
Response
Example request
POST /api /projects /:project_id /scheduled_changesExample response
Status 201
RESPONSE
Retrieve scheduled changes
Create, read, update and delete scheduled changes.
Required API key scopes
feature_flag:readPath parameters
- idinteger
Response
Example request
GET /api /projects /:project_id /scheduled_changes /:idExample response
Status 200
RESPONSE
Update scheduled changes
Create, read, update and delete scheduled changes.
Required API key scopes
feature_flag:writePath parameters
- idinteger
Request parameters
- record_idstring
- model_name
- payload
- scheduled_atstring
- is_recurringbooleanDefault:
false - recurrence_interval
- cron_expressionstringnull
- end_datestringnull
Response
Example request
PATCH /api /projects /:project_id /scheduled_changes /:idExample response
Status 200
RESPONSE
Delete scheduled changes
Create, read, update and delete scheduled changes.
Required API key scopes
feature_flag:writePath parameters
- idinteger
Example request
DELETE /api /projects /:project_id /scheduled_changes /:id