v4
OpenAPI 3.0.12026-07-3189233676.2 KBWebhooks
Update a webhook endpoint
The endpoint updates a webhook.
patch/v1/webhooks/{webhook_id}/
Request body
Example request
{
"webhook_url": "http://example.com/",
"events": [
"task-status-updated",
"order-status-updated"
],
"env_type": "dev"
}Response
Example response
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"webhook_url": "http://example.com/",
"events": [
"task-status-updated",
"order-status-updated"
],
"env_type": "dev",
"created_at": "2022-05-04T11:30:00Z",
"updated_at": "2022-05-04T12:00:00Z"
}