PUT webhook
A PUT
query to the webhooks endpoint updates an existing webhook identified by its id
.
Relative Route |
|
---|---|
|
|
Body
The body structure is as follows:
RequestResponse
{
"label": "My existing webhook",
"createdBy": "anco",
"uri": "https://localhost",
"method": "GET",
"headers": {
"X-Custom-Header1":"foo"
},
"body": "bar",
"disabled": false
}
Response
A successful query returns the no content status code (204).