PUT webhook
A PUT query to the webhooks endpoint updates an existing webhook identified by its id.
| Relative Route | /webhooks/<id> |
|---|---|
HTTP Verb | PUT |
Body
The body structure is as follows:
Response
A successful query returns the no content status code (204).
If you have suggestions for improving this article, let us know!