docs/AccessTokensApi.md in launchdarkly_api-13.0.0 vs docs/AccessTokensApi.md in launchdarkly_api-14.0.0
- old
+ new
@@ -230,10 +230,10 @@
> <Token> patch_token(id, patch_operation)
Patch access token
-Update an access token's settings. The request should be a valid JSON Patch document describing the changes to be made to the access token.
+Update an access token's settings. Updating an access token uses a [JSON patch](https://datatracker.ietf.org/doc/html/rfc6902) representation of the desired changes. To learn more, read [Updates](/#section/Overview/Updates).
### Examples
```ruby
require 'time'