latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Webhooks
Updates an existing webhook endpoint
Updates a existing webhook endpoint.
patch/webhooks/{id}
Path parameters
idstring required
Webhook ID.
Request body
Example request
{
"types": [
"order.created"
],
"apiVersion": "default",
"enabled": true,
"address": "https://company.com"
}Response
200 OK
Example response
{
"createdTime": "2018-08-29T09:12:33.001Z",
"updatedTime": "2018-08-29T09:12:33.001Z",
"types": [
"order.created"
],
"apiVersion": "default",
"enabled": true,
"address": "https://company.com"
}