webhook_endpoints
Update webhook endpoint (API Key)
put/v1/webhook_endpoints/{id}
Path parameters
idstring required
Webhook endpoint ID
Request body
Example request
{
"url": "https://example.com/webhook",
"description": "Updated webhook"
}Response
Webhook endpoint updated successfully