Automated spec update (292)

This commit is contained in:
Nelly (automation bot) 2023-08-30 16:12:16 +00:00
parent 527820a24b
commit 20debd341b
2 changed files with 0 additions and 12 deletions

View File

@ -101,17 +101,11 @@
"application/json": { "application/json": {
"schema": { "schema": {
"oneOf": [ "oneOf": [
{
"$ref": "#/components/schemas/GuildChannelResponse"
},
{ {
"$ref": "#/components/schemas/PrivateChannelResponse" "$ref": "#/components/schemas/PrivateChannelResponse"
}, },
{ {
"$ref": "#/components/schemas/PrivateGroupChannelResponse" "$ref": "#/components/schemas/PrivateGroupChannelResponse"
},
{
"$ref": "#/components/schemas/ThreadResponse"
} }
] ]
} }

View File

@ -101,17 +101,11 @@
"application/json": { "application/json": {
"schema": { "schema": {
"oneOf": [ "oneOf": [
{
"$ref": "#/components/schemas/GuildChannelResponse"
},
{ {
"$ref": "#/components/schemas/PrivateChannelResponse" "$ref": "#/components/schemas/PrivateChannelResponse"
}, },
{ {
"$ref": "#/components/schemas/PrivateGroupChannelResponse" "$ref": "#/components/schemas/PrivateGroupChannelResponse"
},
{
"$ref": "#/components/schemas/ThreadResponse"
} }
] ]
} }