From 3fd90ed4fb8ea5ee46597d9a6995dc519060c7d5 Mon Sep 17 00:00:00 2001 From: Miner28 Date: Sat, 23 Mar 2024 21:01:49 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20vrchatap?= =?UTF-8?q?i/specification@cd53e08b6192b023dba2ae427cd2a6272f616557=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 | 11 ++++++++++- openapi.yaml | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/dist/openapi.yaml b/dist/openapi.yaml index 33fa8564..c8f783f3 100644 --- a/dist/openapi.yaml +++ b/dist/openapi.yaml @@ -6248,12 +6248,21 @@ components: default: false example: true description: Whether the user is allowed to add this permission to a role. + GroupJoinRequestAction: + example: accept + title: GroupJoinRequestAction + type: string + enum: + - accept + - reject RespondGroupJoinRequest: title: RespondGroupJoinRequest type: object properties: action: - type: string + $ref: '#/components/schemas/GroupJoinRequestAction' + required: + - action CreateGroupRoleRequest: title: CreateGroupRequest type: object diff --git a/openapi.yaml b/openapi.yaml index 33fa8564..c8f783f3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6248,12 +6248,21 @@ components: default: false example: true description: Whether the user is allowed to add this permission to a role. + GroupJoinRequestAction: + example: accept + title: GroupJoinRequestAction + type: string + enum: + - accept + - reject RespondGroupJoinRequest: title: RespondGroupJoinRequest type: object properties: action: - type: string + $ref: '#/components/schemas/GroupJoinRequestAction' + required: + - action CreateGroupRoleRequest: title: CreateGroupRequest type: object