mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (10152)
This commit is contained in:
parent
f7c348c07c
commit
a187a5b1bc
2 changed files with 16 additions and 2 deletions
|
@ -25888,7 +25888,14 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"maxItems": 20
|
"maxItems": 20
|
||||||
}
|
}
|
||||||
|
|
|
@ -26296,7 +26296,14 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"maxItems": 20
|
"maxItems": 20
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue