From fd283f1d1567c54ec8ad4ea537117c91dc8ce476 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 25 Mar 2023 18:04:32 -0400 Subject: oapi: voice regions --- assets/openapi.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'assets') 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": [ -- cgit 1.5.1