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",