Automated spec update (132583)

This commit is contained in:
Nelly (automation bot) 2025-07-24 20:11:58 +00:00
parent 7c98b51461
commit bbb2467dc4
2 changed files with 24 additions and 2 deletions

View file

@ -36220,7 +36220,18 @@
},
"ThreadSearchTagSetting": {
"type": "string",
"oneOf": []
"oneOf": [
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
},
"ThreadSortOrder": {
"type": "integer",

View file

@ -36652,7 +36652,18 @@
},
"ThreadSearchTagSetting": {
"type": "string",
"oneOf": []
"oneOf": [
{
"title": "MATCH_ALL",
"description": "The thread tags must contain all tags in the search query",
"const": "match_all"
},
{
"title": "MATCH_SOME",
"description": "The thread tags must contain at least one of tags in the search query",
"const": "match_some"
}
]
},
"ThreadSortOrder": {
"type": "integer",