Automated spec update (10152)
This commit is contained in:
parent
f7c348c07c
commit
a187a5b1bc
|
@ -25888,7 +25888,14 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"maxItems": 20
|
"maxItems": 20
|
||||||
}
|
}
|
||||||
|
|
|
@ -26296,7 +26296,14 @@
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UpdateThreadTagRequest"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"maxItems": 20
|
"maxItems": 20
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue