diff --git a/configuration/auditing/webhooks.mdx b/configuration/auditing/webhooks.mdx index 3ef549db..e6ad8d7d 100644 --- a/configuration/auditing/webhooks.mdx +++ b/configuration/auditing/webhooks.mdx @@ -75,8 +75,8 @@ audit: Authorization: Bearer this-is-a-seret-token body: | { - "type": {{ .Type }}, - "action": {{ .Action }} + "type": "{{ .Type }}", + "action": "{{ .Action }}" } ```