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
Example request
{
"enabled": true,
"include_principal_name": true
}Response
Portal audit log webhook response
Example response
{
"enabled": true,
"include_principal_name": true
}