From cfd83bb5e98629ccb7d11a36b311b1f03c993bc3 Mon Sep 17 00:00:00 2001 From: Fabian Vowie Date: Thu, 20 Jan 2022 21:55:53 +0100 Subject: [PATCH] Add required authorization header for endpoints to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dafc29e..55f22e1 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ docker run --rm -v "$PWD":/usr/src/lithium -w /usr/src/lithium golang:1.17 go te Show application information. +**Required headers**: +```shell +Authorization: Bearer +``` + **Example response**: ```json @@ -75,6 +80,11 @@ Show application information. Show pipeline information. +**Required headers**: +```shell +Authorization: Bearer +``` + **Example response**: ```json