From bfd30ad42a46eccf048ede45f8c7dc75c274e7a8 Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 24 Jul 2025 21:10:01 +0000 Subject: [PATCH] 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) <> --- 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",