Update a webhook configuration

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

Identifier of the webhook configuration to update

Body Params
string
length between 0 and 255

Name of this webhook configuration (as this could be one of many)

boolean

Indicates if this webhook is active

string
length between 0 and 2048

If using Basic authentication, use 'Basic' followed by a Base64 token. In the future, additional authorization methods will be supported.

string
length between 0 and 2048

Specify the callback URL for webhook subscriptions

int32
1 to 500

Maximum number of objects delivered via a single webhook payload (max 500)

int32
0 to 3600

Time gap in seconds between successive payloads (max 3600)

Triggers
object

Defines which events trigger webhook notifications and optional filters, keyed by trigger name

RetryHandling
object

Retry configuration for failed webhook deliveries

string
enum

Naming convention the delivered payload uses for its field names. Accepted values: PASCAL_CASE and CAMEL_CASE

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*