docs/FeatureFlagBody.md in launchdarkly_api-16.0.0 vs docs/FeatureFlagBody.md in launchdarkly_api-17.0.0
- old
+ new
@@ -16,10 +16,11 @@
| **defaults** | [**Defaults**](Defaults.md) | | [optional] |
| **purpose** | **String** | Purpose of the flag | [optional] |
| **migration_settings** | [**MigrationSettingsPost**](MigrationSettingsPost.md) | | [optional] |
| **maintainer_id** | **String** | The ID of the member who maintains this feature flag | [optional] |
| **maintainer_team_key** | **String** | The key of the team that maintains this feature flag | [optional] |
+| **initial_prerequisites** | [**Array<FlagPrerequisitePost>**](FlagPrerequisitePost.md) | Initial set of prerequisite flags for all environments | [optional] |
## Example
```ruby
require 'launchdarkly_api'
@@ -36,9 +37,10 @@
custom_properties: null,
defaults: null,
purpose: migration,
migration_settings: null,
maintainer_id: 12ab3c45de678910fgh12345,
- maintainer_team_key: team-1
+ maintainer_team_key: team-1,
+ initial_prerequisites: null
)
```