main - remote-2023-08-30T16:12:16 now-2023-08-30T17:10:02

This commit is contained in:
Adversary 2023-08-30 17:10:02 +00:00
parent 6d08862142
commit 233373f3be
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"
} }
] ]
} }