Update a webhook
URL
POST https://api.complycube.com/v1/webhooks/:id
Updates the specified webhook by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Headers
Name
Type
Description
Content-Type
*
string
The content-type must always be set to application/json
.
Authorization
*
string
The API live
or test
key.
Path parameters
Name
Type
Description
id
*
string
The ID of the webhook.
Body
Name
Type
Description
url
string
URL of the webhook.
description
string
An optional description of what the webhook is used for.
enabled
string
Determines whether the webhook should be active.
events
string
The list of event types for which the event is subscribed
Example request
Example response
Last updated