put https://api.moorse.io/v1/webhooks/
Essa rota é utilizada para atualização de alguma informação de um WebHook.
Log in to see full request history
Responses
Essa rota é utilizada para atualização de alguma informação de um WebHook.
xxxxxxxxxx
14curl --request PUT \
--url https://api.moorse.io/v1/webhooks/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"answered": true,
"readed": true,
"received": true,
"sended": true,
"retries": 0,
"timeout": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: