OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-208131,4022.6 MB

b576ea92fca2

Portal Audit Logs

Update Portal Audit Log Webhook

Updates the configuration for a webhook to receive audit logs.

patch/v3/portals/{portalId}/audit-log-webhook

Request body

enabledboolean

Indicates if the data should be sent to the configured destination.

audit_log_destination_idstring uuid

ID of the audit log destination.

Example request

{
  "enabled": true
}

Response

Portal audit log webhook response

enabledboolean

Indicates if the data should be sent to the configured audit log destination.

audit_log_destination_idstring uuid

ID of the audit log destination.

Example response

{
  "enabled": true
}