From 51455ed24bfb555b41da283ef7baa1d46498fb73 Mon Sep 17 00:00:00 2001 From: tracer Date: Sat, 17 Sep 2022 16:24:06 +0200 Subject: [PATCH] attribute reminder --- public/openapi/bindapi.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/public/openapi/bindapi.json b/public/openapi/bindapi.json index 76c4d7e..c4d7fbc 100644 --- a/public/openapi/bindapi.json +++ b/public/openapi/bindapi.json @@ -126,7 +126,15 @@ "401": { "$ref": "#/components/responses/401-unauthorized" } - } + }, + "security": [ + { + "Authorization": [ + "read" + ] + } + ] + }, "post": { "tags": [ @@ -526,4 +534,4 @@ } } } -} \ No newline at end of file +}