Create a variation for a feature flag.
Create a variation for a feature flag.
Create a new variation with parameter overrides for a specific feature flag.
POST
Create a variation for a feature flag.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the parent feature flag.
Body
Create a variation for a feature flag
A human-readable name for the variation
Required string length:
3 - 255Pattern:
^(?!.*\x00)\S(.*\S)?$Configuration overrides for this variation; keys must exist in the parent flag parameters. Empty {} is the baseline (control) variation that overrides nothing.
A description of what this variation controls
Required string length:
3 - 1024Pattern:
^(?!.*\x00)\S(.*\S)?$Response
Variation successfully created.