mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (292)
This commit is contained in:
parent
527820a24b
commit
20debd341b
2 changed files with 0 additions and 12 deletions
|
@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue