diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-08-12 00:43:00 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-08-12 00:43:00 +1000 |
commit | 23e234a87b0a269f38d0d2f33bfc814bf7346310 (patch) | |
tree | e31357a72d17405faadb994af6d7a65e96524cc3 /assets/openapi.json | |
parent | goof (diff) | |
download | server-23e234a87b0a269f38d0d2f33bfc814bf7346310.tar.xz |
update invites endpoints to support latest api
Diffstat (limited to 'assets/openapi.json')
-rw-r--r-- | assets/openapi.json | 8 |
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" } } }, |