webhook-configuration

Update a webhook configuration

Update the details of a webhook configuration in a specified workspace.

put/v1/settings/webhooks/{id}

Path parameters

idstring required

Headers

Workspacestring required

The workspace identifier, which isolates API requests inside the provided workspace scope.

Request body

namestring required
<placeholder>
descriptionstring
<placeholder>
applyToAllDescendantsboolean required
<placeholder>
urlstring required
<placeholder>
secretstring required
<placeholder>
headersobject
<placeholder>
triggersstring[] required
<placeholder>
status'enabled' | 'disabled' required
<placeholder>

Response

Success

idstring
namestring
workspaceIdstring
status'enabled' | 'disconnected' | 'disabled'
<placeholder>
descriptionstring
applyToAllDescendantsboolean
urlstring
secretstring
headersobject
triggersstring[] required
<placeholder>
createdinteger
updatedinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.