From bbb2467dc452737b25550a38e8df0ca1be788fb4 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 24 Jul 2025 20:11:58 +0000 Subject: [PATCH] Automated spec update (132583) --- specs/openapi.json | 13 ++++++++++++- specs/openapi_preview.json | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index d01b8b0..2e9df69 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index e384f6c..0a5340b 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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",