Skip to main content
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>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
url
string<uri>
required
events
string[]
required
description
string

Response

200

Webhook updated