Update webhook
curl --request PUT \
--url https://api.txcloud.io/v1/developers/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>"
}
'Webhooks
Update webhook
PUT
/
developers
/
webhooks
/
{id}
Update webhook
curl --request PUT \
--url https://api.txcloud.io/v1/developers/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>"
}
'⌘I