Skip to content

Commit 402820d

Browse files
authored
Correcting webhook logging example
1 parent 7c63506 commit 402820d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/config/webhooks/incoming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ To retain webhook logs for one day:
291291
```json
292292
{
293293
"webhook.logging": {
294-
"enabled": false,
294+
"enabled": true,
295295
"retention": "24h"
296296
}
297297
}

0 commit comments

Comments
 (0)