patch https://totvssign.staging.totvs.app/webhooks/v1/subscription
Endpoint usado para editar uma Subscription (WebHook).
Responses
Endpoint usado para editar uma Subscription (WebHook).
xxxxxxxxxx
17curl --request PATCH \
--url https://totvssign.staging.totvs.app/webhooks/v1/subscription \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subscriptionId": "1b477ce3-47d3-4d49-92d9-cb07d850aebd",
"name": "Nome da Subscription",
"endpointUrl": "minhaApi/url-destino",
"headers": {
"accept": "application/json, text/plain, */*"
},
"retries": 1,
"timeout": 1,
"isActive": true
}
'
Try It!
to start a request and see the response here! Or choose an example: