summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-25 18:04:32 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:39:56 -0400
commitfd283f1d1567c54ec8ad4ea537117c91dc8ce476 (patch)
treeaf8e2fab7b6d3f1884edf5bce497682bcd693f8b /assets/openapi.json
parentoapi: finish users (diff)
downloadserver-fd283f1d1567c54ec8ad4ea537117c91dc8ce476.tar.xz
oapi: voice regions
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index c6469fd1..21863efa 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -7175,8 +7175,15 @@
                     }
                 ],
                 "responses": {
-                    "default": {
-                        "description": "No description available"
+                    "200": {
+                        "description": "",
+                        "content": {
+                            "application/json": {
+                                "schema": {
+                                    "$ref": "#/components/schemas/GuildVoiceRegionsResponse"
+                                }
+                            }
+                        }
                     }
                 },
                 "tags": [