/webhooks/{id}
PUT {{baseUrl}}/webhooks/:id
Updates a webhook
Request Body
{"topic"=>"<string>", "url"=>"<string>", "enabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","createdAt":"\u003cstring\u003e","topic":"\u003cstring\u003e","url":"\u003cstring\u003e","enabled":"\u003cboolean\u003e","verified":"\u003cboolean\u003e"}