diff options
author | Puyodead1 <puyodead@proton.me> | 2023-03-24 21:36:50 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-04-13 15:30:09 -0400 |
commit | 3a40254ca542a29a211b181f1b6853370bffeb21 (patch) | |
tree | 03545f19312da1758bcd3dfec7b8f47ad28c8bfa /assets | |
parent | oapi: fix guild discovery requirements (diff) | |
download | server-3a40254ca542a29a211b181f1b6853370bffeb21.tar.xz |
oapi: invites
Diffstat (limited to 'assets')
-rw-r--r-- | assets/openapi.json | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/assets/openapi.json b/assets/openapi.json index 8062c7a6..5c29b13f 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -7779,8 +7779,35 @@ } ], "responses": { - "default": { - "description": "No description available" + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Invite" + } + } + } + }, + "401": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/APIErrorResponse" + } + } + } + }, + "404": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/APIErrorResponse" + } + } + } } }, "parameters": [ |