docs/WebhooksApi.md in launchdarkly_api-13.0.0 vs docs/WebhooksApi.md in launchdarkly_api-14.0.0
- old
+ new
@@ -224,10 +224,10 @@
> <Webhook> patch_webhook(id, patch_operation)
Update webhook
-Update a webhook's settings. The request should be a valid JSON Patch document describing the changes to be made to the webhook.
+Update a webhook's settings. Updating webhook settings 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'