mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (107858)
This commit is contained in:
parent
a6962eb372
commit
4197c96144
2 changed files with 100 additions and 0 deletions
|
@ -16322,6 +16322,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"available_tags": {
|
||||
"type": [
|
||||
"array",
|
||||
|
@ -16576,6 +16586,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -19399,6 +19419,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hd_streaming_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -21191,6 +21221,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon_emoji": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30590,6 +30630,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
|
@ -16362,6 +16362,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"available_tags": {
|
||||
"type": [
|
||||
"array",
|
||||
|
@ -16616,6 +16626,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -19470,6 +19490,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hd_streaming_until": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -21276,6 +21306,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"icon_emoji": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -31023,6 +31063,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"default_tag_setting": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadSearchTagSetting"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
Loading…
Reference in a new issue