From 1fa75f3129b235840c290d5210e47b134e8f8f2d Mon Sep 17 00:00:00 2001 From: Matthew Balvanz Date: Wed, 2 Jun 2021 08:45:45 -0500 Subject: [PATCH] Indent webhook notifications Authorization header Since `Authorization` is intended to be a header applied to HTTP requests it should be indented to place it in the YAML map named `headers` instead of being a sibling of it. --- docs/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.md b/docs/notifications.md index d997cfeab..7d190392c 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -35,7 +35,7 @@ notifications: - name: alistener url: https://mylistener.example.com/event headers: - Authorization: [Bearer ] + Authorization: [Bearer ] timeout: 500ms threshold: 5 backoff: 1s