docs/FeatureFlagBody.md in launchdarkly_api-6.0.1 vs docs/FeatureFlagBody.md in launchdarkly_api-7.0.0
- old
+ new
@@ -7,10 +7,10 @@
| **name** | **String** | A human-friendly name for the feature flag | |
| **key** | **String** | A unique key to reference the flag in your code | |
| **description** | **String** | Description of the feature flag | [optional] |
| **include_in_snippet** | **Boolean** | Deprecated, use clientSideAvailability. Whether or not this flag should be made available to the client-side JavaScript SDK | [optional] |
| **client_side_availability** | [**ClientSideAvailabilityPost**](ClientSideAvailabilityPost.md) | | [optional] |
-| **variations** | [**Array<Variate>**](Variate.md) | An array of possible variations for the flag | [optional] |
+| **variations** | [**Array<Variation>**](Variation.md) | An array of possible variations for the flag | [optional] |
| **variation_json_schema** | **Object** | | [optional] |
| **temporary** | **Boolean** | Whether or not the flag is a temporary flag | [optional] |
| **tags** | **Array<String>** | Tags for the feature flag | [optional] |
| **custom_properties** | [**Hash<String, CustomProperty>**](CustomProperty.md) | | [optional] |
| **defaults** | [**Defaults**](Defaults.md) | | [optional] |