Skip to content

Commit

Permalink
[#175170499] Add missing unauthorized to openapi specs (#91)
Browse files Browse the repository at this point in the history
* [#175170499] add missing Unauthorized to api specs

* [#175170499] Add missing 401 to api specs
  • Loading branch information
AleDore authored Oct 7, 2020
1 parent 57ed674 commit 33442c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ paths:
$ref: "#/definitions/UserInfo"
"400":
description: Bad request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
Expand Down Expand Up @@ -358,6 +360,8 @@ paths:
$ref: "#/definitions/GroupCollection"
"400":
description: Bad request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
Expand Down Expand Up @@ -393,6 +397,8 @@ paths:
$ref: "#/definitions/Subscription"
"400":
description: Bad request
"401":
description: Unauthorized
"403":
description: Forbidden
"404":
Expand Down

0 comments on commit 33442c2

Please sign in to comment.