mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21: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"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxItems": 20
|
||||
}
|
||||
|
|
|
@ -26296,7 +26296,14 @@
|
|||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxItems": 20
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue