Copy feature flag
Path parameters
Headers
Request
Optional list of the flag changes to copy from the source environment to the target environment. You may include either includedActions
or excludedActions
, but not both. If you include neither, then all flag changes will be copied.
Optional list of the flag changes NOT to copy from the source environment to the target environment. You may include either includedActions
or excludedActions
, but not both. If you include neither, then all flag changes will be copied.
Response
A human-friendly name for the feature flag
Which type of client-side SDKs the feature flag is available to
Migration-related settings for the flag
Details on the environments for this flag. Only returned if the request is filtered by environment, using the filterEnv
query parameter.
Deprecated, use clientSideAvailability
. Whether this flag should be made available to the client-side JavaScript SDK
Deprecated, use experiments
instead