From a4bc3c4dfe9d0c9006c0f2d62a603197c0d69207 Mon Sep 17 00:00:00 2001 From: TwiN Date: Wed, 10 Apr 2024 19:03:29 -0400 Subject: [PATCH] docs: Add missing information on passing a token for external endpoints --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf88c011..11d13421 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,8 @@ Where: - Using the example configuration above, the key would be `core_ext-ep-test`. - `{success}` is a boolean (`true` or `false`) value indicating whether the health check was successful or not. +You must also pass the token as a `Bearer` token in the `Authorization` header. + ### Conditions Here are some examples of conditions you can use: