summary refs log tree commit diff
path: root/api/assets/schemas.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-01 20:39:20 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-01 20:39:20 +1000
commit40aee6d4fe0c2232743f8d1b6ac2f65d57cccc34 (patch)
treec0eb93afac0d2d76234639607e2760a3ca9276eb /api/assets/schemas.json
parentMerge branch 'master' into 2fa (diff)
parentfix: not being able to enable community (diff)
downloadserver-40aee6d4fe0c2232743f8d1b6ac2f65d57cccc34.tar.xz
Merge branch 'master' into 2fa
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r--api/assets/schemas.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index 4249eb81..8f0f31be 100644
--- a/api/assets/schemas.json
+++ b/api/assets/schemas.json
@@ -7166,6 +7166,9 @@
     "GuildUpdateSchema": {
         "type": "object",
         "properties": {
+            "name": {
+                "type": "string"
+            },
             "banner": {
                 "type": [
                     "null",
@@ -7211,10 +7214,6 @@
             "preferred_locale": {
                 "type": "string"
             },
-            "name": {
-                "maxLength": 100,
-                "type": "string"
-            },
             "region": {
                 "type": "string"
             },
@@ -7235,9 +7234,6 @@
             }
         },
         "additionalProperties": false,
-        "required": [
-            "name"
-        ],
         "definitions": {
             "Embed": {
                 "type": "object",