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.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de chemin
The ID of the parent feature flag.
Corps
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
A description of what this variation controls
Required string length:
3 - 1024Pattern:
^(?!.*\x00)\S(.*\S)?$Réponse
Variation successfully created.