summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/openapi.json9
-rw-r--r--assets/schemas.json9
2 files changed, 18 insertions, 0 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index 2dc78741..5a330775 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -4824,6 +4824,9 @@
                             "guild_versions": {},
                             "api_code_version": {
                                 "type": "integer"
+                            },
+                            "initial_guild_id": {
+                                "type": "string"
                             }
                         },
                         "additionalProperties": false
@@ -4850,6 +4853,9 @@
                             "guildVersions": {},
                             "apiCodeVersion": {
                                 "type": "integer"
+                            },
+                            "initialGuildId": {
+                                "type": "string"
                             }
                         },
                         "additionalProperties": false
@@ -5994,6 +6000,9 @@
                     },
                     "suppress": {
                         "type": "boolean"
+                    },
+                    "flags": {
+                        "type": "integer"
                     }
                 },
                 "required": [
diff --git a/assets/schemas.json b/assets/schemas.json
index dc25cacd..de301bfc 100644
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -63109,6 +63109,9 @@
                     "guild_versions": {},
                     "api_code_version": {
                         "type": "integer"
+                    },
+                    "initial_guild_id": {
+                        "type": "string"
                     }
                 },
                 "additionalProperties": false
@@ -63135,6 +63138,9 @@
                     "guildVersions": {},
                     "apiCodeVersion": {
                         "type": "integer"
+                    },
+                    "initialGuildId": {
+                        "type": "string"
                     }
                 },
                 "additionalProperties": false
@@ -197032,6 +197038,9 @@
             },
             "suppress": {
                 "type": "boolean"
+            },
+            "flags": {
+                "type": "integer"
             }
         },
         "additionalProperties": false,