Update webhook

PATCH
/api/v2/webhooks/:id

Update a webhook’s settings. Updating webhook settings uses a JSON patch representation of the desired changes. To learn more, read Updates.

Path parameters

idstringRequired

The ID of the webhook to update

Request

This endpoint expects a list of objects.
list of objects

Response

Webhook response

_idstring

The ID of this webhook

urlstring

The URL to which LaunchDarkly sends an HTTP POST payload for this webhook

onboolean

Whether or not this webhook is enabled

tagslist of strings

List of tags for this webhook

namestringOptional

A human-readable name for this webhook

secretstringOptional

The secret for this webhook

statementslist of objectsOptional

Represents a Custom role policy, defining a resource kinds filter the webhook responds to.

_accessobjectOptional

Details on the allowed and denied actions for this webhook

Errors

Built with