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