Update a webhook by ID

Use this endpoint to update a specific webhook by ID.

Path Params
integer
required

The unique ID of the webhook.

Body Params

Request body parameters used for updating a webhook.

string
length between 1 and 1000

The webhook's callback url.

configuration
object

A webhook configuration.

array of objects | null

An array of filters to be associated with the webhook being updated.

filters
filter_rules
array
required
length between 1 and 2
filter_rules*
integer | null
string | null

A key to authenticate the webhook requests.

integer | null
Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string

The email address of a registered Oneflow user.

Responses

400

Invalid format or content of the request.

401

The API token or the user email is invalid.

403

The request is not authorized by the server.

404

A required entity is missing.

Language
URL
Choose an example:
application/json