Update 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](https://launchdarkly.com/docs/api#updates).
Authentication
Authorizationstring
API Key authentication via header
Path parameters
id
The ID of the webhook to update
Request
This endpoint expects a list of objects.
op
The type of operation to perform
path
A JSON Pointer string specifying the part of the document to operate on
value
A JSON value used in "add", "replace", and "test" operations
Response
Webhook response
_links
The location and content type of related resources
_id
The ID of this webhook
url
The URL to which LaunchDarkly sends an HTTP POST payload for this webhook
on
Whether or not this webhook is enabled
name
A human-readable name for this webhook
secret
The secret for this webhook
statements
Represents a Custom role policy, defining a resource kinds filter the webhook responds to.
_access
Details on the allowed and denied actions for this webhook
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error