diff --git a/specs/openapi.json b/specs/openapi.json index c6866eb..ec69527 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -16322,6 +16322,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "available_tags": { "type": [ "array", @@ -16576,6 +16586,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "id": { "oneOf": [ { @@ -19399,6 +19419,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "hd_streaming_until": { "type": [ "string", @@ -21191,6 +21221,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "icon_emoji": { "oneOf": [ { @@ -30590,6 +30630,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "flags": { "type": [ "integer", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 24dd40f..f3e14d1 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -16362,6 +16362,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "available_tags": { "type": [ "array", @@ -16616,6 +16626,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "id": { "oneOf": [ { @@ -19470,6 +19490,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "hd_streaming_until": { "type": [ "string", @@ -21276,6 +21306,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "icon_emoji": { "oneOf": [ { @@ -31023,6 +31063,16 @@ } ] }, + "default_tag_setting": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ThreadSearchTagSetting" + } + ] + }, "flags": { "type": [ "integer",