diff --git a/specs/openapi.json b/specs/openapi.json index 1bd4f67..384df19 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -25442,6 +25442,13 @@ "GuildTemplateChannelTags": { "type": "object", "properties": { + "id": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "name": { "type": "string" }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index ab40113..8abae45 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -25951,6 +25951,13 @@ "GuildTemplateChannelTags": { "type": "object", "properties": { + "id": { + "type": [ + "integer", + "null" + ], + "format": "int32" + }, "name": { "type": "string" },