Skip to content

Commit

Permalink
Deploying to gh-pages from @ b3c19f4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Apr 16, 2024
1 parent 799a0ef commit b50e2b1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,8 @@ paths:
responses:
'200':
$ref: '#/components/responses/GroupMemberResponse'
'400':
$ref: '#/components/responses/BanGroupMemberBadRequestError'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'404':
Expand Down Expand Up @@ -9088,6 +9090,18 @@ components:
application/json:
schema:
$ref: '#/components/schemas/GroupMember'
BanGroupMemberBadRequestError:
description: Bad request error response when banning a user
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
User Already Banned:
value:
error:
message: User is already banned․
status_code: 400
GroupGalleryResponse:
description: Returns a single GroupGallery object.
content:
Expand Down
14 changes: 14 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,8 @@ paths:
responses:
'200':
$ref: '#/components/responses/GroupMemberResponse'
'400':
$ref: '#/components/responses/BanGroupMemberBadRequestError'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'404':
Expand Down Expand Up @@ -9088,6 +9090,18 @@ components:
application/json:
schema:
$ref: '#/components/schemas/GroupMember'
BanGroupMemberBadRequestError:
description: Bad request error response when banning a user
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
User Already Banned:
value:
error:
message: User is already banned․
status_code: 400
GroupGalleryResponse:
description: Returns a single GroupGallery object.
content:
Expand Down

0 comments on commit b50e2b1

Please sign in to comment.