v1
latestOpenAPI 3.1.02026-07-2615040.1 KBAtualizar Webhook App
put/api/v0/webhook
Path parameters
idstring required
Identificador do Webhook App a ser atualizado
Request body
Response
200
Example response
{
"id": "webhook-app-123",
"name": "Webhook Atualizado",
"url": "https://meusite.com/novo-webhook",
"events": [
"order.created"
],
"updated_at": "2023-10-10T09:00:00Z"
}