For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enable or disable a webhook

post
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required

ID of the webhook.

Body
enabledbooleanRequired
Responses
200

Webhook state changed.

No content

post/api/v1/webhook/{id}
POST /api/v1/webhook/{id} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "enabled": true
}

No content

Last updated

Was this helpful?