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 |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the webhook. |
Body
Name | Type | Description |
---|---|---|
| string | URL of the webhook. |
| string | An optional description of what the webhook is used for. |
| string | Determines whether the webhook should be active. |
| string | The list of event types for which the event is subscribed |
Example request
Example response
Last updated