From 6225df505c85c85a9b2cf3030ca2595f3714a420 Mon Sep 17 00:00:00 2001 From: satler <119724672+satler-git@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:41:24 +0900 Subject: [PATCH] fix: payload and secret are translated in some langs(use inline code) (#35759) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../webhooks/using-webhooks/validating-webhook-deliveries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/webhooks/using-webhooks/validating-webhook-deliveries.md b/content/webhooks/using-webhooks/validating-webhook-deliveries.md index 75cb20c2b573..4ad442197c6e 100644 --- a/content/webhooks/using-webhooks/validating-webhook-deliveries.md +++ b/content/webhooks/using-webhooks/validating-webhook-deliveries.md @@ -57,8 +57,8 @@ There are a few important things to keep in mind when validating webhook payload You can use the following `secret` and `payload` values to verify that your implementation is correct: -* `secret`: "It's a Secret to Everybody" -* `payload`: "Hello, World!" +* `secret`: `It's a Secret to Everybody` +* `payload`: `Hello, World!` If your implementation is correct, the signatures that you generate should match the following signature values: