docs/AccessTokensApi.md in launchdarkly_api-7.1.1 vs docs/AccessTokensApi.md in launchdarkly_api-8.0.0
- old
+ new
@@ -247,10 +247,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: '/biscuits', value: Chocolate Digestive})] # Array<PatchOperation> |
+patch_operation = [LaunchDarklyApi::PatchOperation.new({op: 'replace', path: '/exampleField', value: new example value})] # Array<PatchOperation> |
begin
# Patch access token
result = api_instance.patch_token(id, patch_operation)
p result