From b50e2b11be65ec969b572b8ec8d76fb868f9e730 Mon Sep 17 00:00:00 2001 From: ariesclark Date: Tue, 16 Apr 2024 00:50:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20vrchatap?= =?UTF-8?q?i/specification@b3c19f4aae944e9c383b0abb109028e41c84bcec=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/openapi.yaml | 14 ++++++++++++++ openapi.yaml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dist/openapi.yaml b/dist/openapi.yaml index a3196f88..3c64ace7 100644 --- a/dist/openapi.yaml +++ b/dist/openapi.yaml @@ -1664,6 +1664,8 @@ paths: responses: '200': $ref: '#/components/responses/GroupMemberResponse' + '400': + $ref: '#/components/responses/BanGroupMemberBadRequestError' '401': $ref: '#/components/responses/MissingCredentialsError' '404': @@ -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: diff --git a/openapi.yaml b/openapi.yaml index a3196f88..3c64ace7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1664,6 +1664,8 @@ paths: responses: '200': $ref: '#/components/responses/GroupMemberResponse' + '400': + $ref: '#/components/responses/BanGroupMemberBadRequestError' '401': $ref: '#/components/responses/MissingCredentialsError' '404': @@ -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: