v1
latestOpenAPI 3.1.02026-07-24890394.2 KBDesativar webhook
Este recurso permite ativar ou desativar uma regra de notificação.
patch/webhooks/{webhook_uuid}/update_state
Path parameters
webhook_uuidstring required
uuid do webhook.
Request body
Response
200
Example response
{
"data": {
"id": "92b247b6-334a-4bae-bc55-7efbc3b7558d",
"type": "webhook",
"attributes": {
"kind": "charge",
"url": "https://www.teste.com",
"createdAt": "2023-09-25T13:43:28.302-03:00"
}
}
}