summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:00 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-12 00:43:00 +1000
commit23e234a87b0a269f38d0d2f33bfc814bf7346310 (patch)
treee31357a72d17405faadb994af6d7a65e96524cc3 /assets/openapi.json
parentgoof (diff)
downloadserver-23e234a87b0a269f38d0d2f33bfc814bf7346310.tar.xz
update invites endpoints to support latest api
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index 8ec308ba..19686c59 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -2034,6 +2034,9 @@
                     },
                     "vanity_url": {
                         "type": "boolean"
+                    },
+                    "flags": {
+                        "type": "integer"
                     }
                 },
                 "required": [
@@ -2041,7 +2044,7 @@
                     "channel_id",
                     "code",
                     "created_at",
-                    "expires_at",
+                    "flags",
                     "guild",
                     "guild_id",
                     "inviter",
@@ -4928,6 +4931,9 @@
                     },
                     "target_user_type": {
                         "type": "integer"
+                    },
+                    "flags": {
+                        "type": "integer"
                     }
                 }
             },