main - Automated spec update (132583)

made at remote:2025-07-24T20:11:58

taken at now:2025-07-24T21:10:01

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2025-07-24 21:10:01 +00:00
parent 41114e1d8b
commit bfd30ad42a
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",