diff options
Diffstat (limited to 'assets/openapi.json')
-rw-r--r-- | assets/openapi.json | 11 |
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": [ |