Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 881 Bytes

File metadata and controls

12 lines (9 loc) · 881 Bytes

# Variation

Properties

Name Type Description Notes
_id string The ID of the variation. Leave empty when you are creating a flag. [optional]
value mixed The value of the variation. For boolean flags, this must be <code>true</code> or <code>false</code>. For multivariate flags, this may be a string, number, or JSON object.
description string Description of the variation. Defaults to an empty string, but is omitted from the response if not set. [optional]
name string A human-friendly name for the variation. Defaults to an empty string, but is omitted from the response if not set. [optional]

[Back to Model list] [Back to API list] [Back to README]