From d864fd0fdb495f47201aedfd271a2c68cefff629 Mon Sep 17 00:00:00 2001 From: mteodor Date: Tue, 26 Oct 2021 11:55:08 +0200 Subject: [PATCH] correct description in openapi Signed-off-by: mteodor --- api/readers.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/readers.yml b/api/readers.yml index f0ca9fb2b4..39d88e3457 100644 --- a/api/readers.yml +++ b/api/readers.yml @@ -99,9 +99,10 @@ components: parameters: Authorization: name: Authorization - description: Thing or User access token. - For thing access use "Authorization: Thing " - For user access use "Authorization: Bearer " + description: | + Thing or User access token: + * For thing access use "Authorization: Thing " + * For user access use "Authorization: Bearer " in: header schema: type: string