docs/RelayProxyConfigurationsApi.md in launchdarkly_api-16.0.0 vs docs/RelayProxyConfigurationsApi.md in launchdarkly_api-17.0.0

- old
+ new

@@ -242,10 +242,10 @@ # config.api_key_prefix['ApiKey'] = 'Bearer' end api_instance = LaunchDarklyApi::RelayProxyConfigurationsApi.new id = 'id_example' # String | The relay auto config id -patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})]}) # PatchWithComment | +patch_with_comment = LaunchDarklyApi::PatchWithComment.new({patch: [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField'})]}) # PatchWithComment | begin # Update a Relay Proxy config result = api_instance.patch_relay_auto_config(id, patch_with_comment) p result