From 26cbc48f519a90a9d745081289689faac65be6cf Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Mon, 25 Mar 2024 23:32:19 +0000 Subject: [PATCH] Automated spec update (36682) --- specs/openapi.json | 10 +++++----- specs/openapi_preview.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 5ad375f..e478cd1 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -16454,11 +16454,6 @@ "GuildCreateRequest": { "type": "object", "properties": { - "name": { - "type": "string", - "minLength": 2, - "maxLength": 100 - }, "description": { "type": [ "string", @@ -16467,6 +16462,11 @@ "minLength": 0, "maxLength": 120 }, + "name": { + "type": "string", + "minLength": 2, + "maxLength": 100 + }, "region": { "type": [ "string", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index d1eec81..3553a38 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -16729,11 +16729,6 @@ "GuildCreateRequest": { "type": "object", "properties": { - "name": { - "type": "string", - "minLength": 2, - "maxLength": 100 - }, "description": { "type": [ "string", @@ -16742,6 +16737,11 @@ "minLength": 0, "maxLength": 120 }, + "name": { + "type": "string", + "minLength": 2, + "maxLength": 100 + }, "region": { "type": [ "string",