From 33442c20e0fb82704095f5bda4cb35273db97e84 Mon Sep 17 00:00:00 2001 From: Alessio Dore <57567806+AleDore@users.noreply.github.com> Date: Wed, 7 Oct 2020 22:24:44 +0200 Subject: [PATCH] [#175170499] Add missing unauthorized to openapi specs (#91) * [#175170499] add missing Unauthorized to api specs * [#175170499] Add missing 401 to api specs --- openapi/index.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/index.yaml b/openapi/index.yaml index a3f4b102..1f76f0d9 100644 --- a/openapi/index.yaml +++ b/openapi/index.yaml @@ -328,6 +328,8 @@ paths: $ref: "#/definitions/UserInfo" "400": description: Bad request + "401": + description: Unauthorized "403": description: Forbidden "404": @@ -358,6 +360,8 @@ paths: $ref: "#/definitions/GroupCollection" "400": description: Bad request + "401": + description: Unauthorized "403": description: Forbidden "404": @@ -393,6 +397,8 @@ paths: $ref: "#/definitions/Subscription" "400": description: Bad request + "401": + description: Unauthorized "403": description: Forbidden "404":