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.
The project key
The feature flag key
The environment key
Whether to succeed (true
) or fail (false
) when these instructions conflict with existing scheduled changes
When the scheduled changes should be executed
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>.
Optional comment describing the scheduled changes
Scheduled changes response
The ID of this scheduled change
Timestamp of when the scheduled change was created
The ID of the scheduled change maintainer
Version of the scheduled change
When the scheduled changes should be executed
The actions to perform on the execution date for these scheduled changes
The location and content type of related resources