docs/FeatureFlagBody.md in launchdarkly_api-12.0.0 vs docs/FeatureFlagBody.md in launchdarkly_api-12.1.0

- old
+ new

@@ -20,10 +20,10 @@ ```ruby require 'launchdarkly_api' instance = LaunchDarklyApi::FeatureFlagBody.new( name: My flag, - key: my-flag, + key: flag-key-123abc, description: This flag controls the example widgets, include_in_snippet: null, client_side_availability: null, variations: [{"value":true},{"value":false}], temporary: false,