Create scheduled changes workflow
Create scheduled changes for a feature flag. If the ignoreConficts
query parameter is false and there are conflicts between these instructions and existing scheduled changes, the request will fail. If the parameter is true and there are conflicts, the request will succeed.
Path parameters
projectKey
The project key
featureFlagKey
The feature flag key
environmentKey
The environment key
Headers
Authorization
Query parameters
ignoreConflicts
Whether to succeed (true
) or fail (false
) when these instructions conflict with existing scheduled changes
Request
This endpoint expects an object.
executionDate
When the scheduled changes should be executed
instructions
The actions to perform on the execution date for these scheduled changes. This should be an array with a single object that looks like <code>{“kind”: “scheduled_action”}</code>. Supported scheduled actions are <code>turnFlagOn</code> and <code>turnFlagOff</code>.
comment
Optional comment describing the scheduled changes
Response
Scheduled changes response
_id
The ID of this scheduled change
_creationDate
Timestamp of when the scheduled change was created
_maintainerId
The ID of the scheduled change maintainer
_version
Version of the scheduled change
executionDate
When the scheduled changes should be executed
instructions
The actions to perform on the execution date for these scheduled changes
conflicts
_links
The location and content type of related resources