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
The emails endpoint of the API erroneously handles requests without authentication with an internal error.
emails
<h1>Server Error (500)</h1>
A valid JSON response that is either an empty result set or a valid error message.
A 500 error page in a non-JSON response a client could not parse.
The text was updated successfully, but these errors were encountered:
newswangerd
Successfully merging a pull request may close this issue.
Bug Report
SUMMARY
The
emails
endpoint of the API erroneously handles requests without authentication with an internal error.STEPS TO REPRODUCE
EXPECTED RESULTS
A valid JSON response that is either an empty result set or a valid error message.
ACTUAL RESULTS
A 500 error page in a non-JSON response a client could not parse.
The text was updated successfully, but these errors were encountered: