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 +}