summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-24 21:36:50 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:30:09 -0400
commit3a40254ca542a29a211b181f1b6853370bffeb21 (patch)
tree03545f19312da1758bcd3dfec7b8f47ad28c8bfa /assets/openapi.json
parentoapi: fix guild discovery requirements (diff)
downloadserver-3a40254ca542a29a211b181f1b6853370bffeb21.tar.xz
oapi: invites
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json31
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": [