docs/AccessTokensApi.md in launchdarkly_api-16.0.0 vs docs/AccessTokensApi.md in launchdarkly_api-17.0.0
- old
+ new
@@ -251,10 +251,10 @@
# config.api_key_prefix['ApiKey'] = 'Bearer'
end
api_instance = LaunchDarklyApi::AccessTokensApi.new
id = 'id_example' # String | The ID of the access token to update
-patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
+patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField'})] # Array<PatchOperation> |
begin
# Patch access token
result = api_instance.patch_token(id, patch_operation)
p result