latestOpenAPI 3.1.02026-08-0817082.3 KB
cac8702ed2aa
Webhooks
Update webhook by id
Update a webhook.
patch/v1/webhooks/{id}
Path parameters
idstring required
The unique identifier of a webhook.
Example:wh123abc45
Request body
Example request
{
"url": "https://{your-domain}.com/webhooks/ethena",
"type": "LEARNER_TRAINING_CAMPAIGN_COMPLETED"
}Response
No Content