curl --request PATCH \
--url https://api.malga.io/v1/webhooks/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"event": "<string>",
"endpoint": "<string>",
"version": 1.1,
"status": true
}'
curl --request PATCH \
--url https://api.malga.io/v1/webhooks/{id} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '{
"event": "<string>",
"endpoint": "<string>",
"version": 1.1,
"status": true
}'
id do webhook que deseja alterar
The record has been successfully updated.
Was this page helpful?