From 117758695a7820e2db57fe817c02ea52892a9eb2 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 24 Aug 2023 21:21:18 +0000 Subject: [PATCH] Automated spec update (271) --- specs/openapi.json | 2 ++ specs/openapi_preview.json | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 8c8e216..3c7d6bd 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24767,10 +24767,12 @@ "properties": { "label": { "type": "string", + "minLength": 1, "maxLength": 100 }, "value": { "type": "string", + "minLength": 1, "maxLength": 100 }, "description": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 8620ae7..39b7624 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -13324,6 +13324,11 @@ "title": "GUILD_FORUM", "description": "Channel that can only contain threads", "const": 15 + }, + { + "title": "GUILD_MEDIA", + "description": "Channel that can only contain media threads", + "const": 16 } ], "format": "int32" @@ -13653,7 +13658,8 @@ 5, 13, 14, - 15 + 15, + 16 ], "allOf": [ { @@ -16490,7 +16496,8 @@ 5, 13, 14, - 15 + 15, + 16 ], "allOf": [ { @@ -24771,10 +24778,12 @@ "properties": { "label": { "type": "string", + "minLength": 1, "maxLength": 100 }, "value": { "type": "string", + "minLength": 1, "maxLength": 100 }, "description": { @@ -26009,7 +26018,8 @@ 5, 13, 14, - 15 + 15, + 16 ], "allOf": [ {