Skip to main content
PUT
/
v1
/
ui
/
webhooks
/
{id}
Update a webhook endpoint
curl --request PUT \
  --url https://api.example.com/v1/ui/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "description": "<string>"
}
'

Path Parameters

id
string
required

Webhook endpoint ID

Body

application/json
url
string
description
string

Response

Webhook endpoint updated successfully