Update a webhook by ID

Use this endpoint to update a specific webhook by ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique ID of the webhook.

Body Params

Request body parameters used for updating a webhook.

Request body for an update webhook request.

string
length between 1 and 1000

The webhook's callback url.

configuration
object

A webhook configuration.

filters
array of objects | null

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

filters

This represents a filter which can be associated with a webhook.

filter_rules
array
required
length between 1 and 2
filter_rules*

This represents a event_type filter rule which can be associated with a webhook filter.

string
enum
required

The type of the rule.

Allowed:
values
array of strings
required
length between 1 and 50

The types of events we want.

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
LoadingLoading…
Response
Choose an example:
application/json