PUT
/
v1
/
subscriptions
/
webhooks
/
{id}
Update webhook subscription
curl --request PUT \
  --url https://api.wellapp.ai/v1/subscriptions/webhooks/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "event": "<string>",
  "target_url": "<string>",
  "secret": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}'

Path Parameters

id
string
required

Body

application/json

Response

200

Subscription updated