Automated spec update (10152)
This commit is contained in:
parent
f7c348c07c
commit
a187a5b1bc
|
@ -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 New Issue