We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with_expiration=0
Using the Get Invite endpoint will always return the expires_at, contrary to the with_expiration query string and documentation.
expires_at
with_expiration
curl "https://discord.com/api/v10/invites/m4q4GGss?with_expiration=0"
The expires_at field is null or missing.
The expires_at field is always returned.
No response
curl 8.12.1 on Arch Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Using the Get Invite endpoint will always return the
expires_at
, contrary to thewith_expiration
query string and documentation.Steps to Reproduce
curl "https://discord.com/api/v10/invites/m4q4GGss?with_expiration=0"
within the next 7 days.expires_at
field.Expected Behavior
The
expires_at
field is null or missing.Current Behavior
The
expires_at
field is always returned.Screenshots/Videos
No response
Client and System Information
curl 8.12.1 on Arch Linux
The text was updated successfully, but these errors were encountered: