From 1602cb8168b3989caa7d2fc13bf0607f663b3717 Mon Sep 17 00:00:00 2001 From: Mara Furland Date: Tue, 28 Jul 2026 12:52:37 -0400 Subject: [PATCH] docs(webhook): fix invalid json sample Signed-off-by: Mara Furland --- docs/gitbook/usage/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/usage/webhooks.md b/docs/gitbook/usage/webhooks.md index f37d549c6..fd629efb6 100644 --- a/docs/gitbook/usage/webhooks.md +++ b/docs/gitbook/usage/webhooks.md @@ -112,7 +112,7 @@ Event payload (HTTP POST): "name": "string (canary name)", "namespace": "string (canary namespace)", "phase": "string (canary phase)", - "checksum": "string (canary checksum"), + "checksum": "string (canary checksum)", "metadata": { "eventMessage": "string (canary event message)", "eventType": "string (canary event type)",