Copy feature flag
Copying flag settings is an Enterprise feature
Copying flag settings is available to customers on an Enterprise plan. To learn more, read about our pricing. To upgrade your plan, contact Sales.
Copy flag settings from a source environment to a target environment.
By default, this operation copies the entire flag configuration. You can use the includedActions or excludedActions to specify that only part of the flag configuration is copied.
If you provide the optional currentVersion of a flag, this operation tests to ensure that the current flag version in the environment matches the version you've specified. The operation rejects attempts to copy flag settings if the environment's current version of the flag does not match the version you've specified. You can use this to enforce optimistic locking on copy attempts.
Path parameters
The project key
The project key
The feature flag key. The key identifies the flag in your code.
The feature flag key. The key identifies the flag in your code.
Request body
Example request
{
"includedActions": [
"updateOn"
],
"excludedActions": [
"updateOn"
]
}Response
Global flag response