docs/FeatureFlagBody.md in launchdarkly_api-3.4.0 vs docs/FeatureFlagBody.md in launchdarkly_api-3.5.0
- old
+ new
@@ -8,8 +8,9 @@
**description** | **String** | A description of the feature flag. | [optional]
**variations** | [**Array<Variation>**](Variation.md) | An array of possible variations for the flag. |
**temporary** | **BOOLEAN** | Whether or not the flag is a temporary flag. | [optional]
**tags** | **Array<String>** | Tags for the feature flag. | [optional]
**include_in_snippet** | **BOOLEAN** | Whether or not this flag should be made available to the client-side JavaScript SDK. | [optional]
+**client_side_availability** | [**ClientSideAvailability**](ClientSideAvailability.md) | | [optional]
**defaults** | [**Defaults**](Defaults.md) | | [optional]