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 syndicator endpoint currently returns a 200 status (OK), but the body says this is an error, when it isn’t:
{ "error": "OK", "error_description": "No posts awaiting syndication" }
It should follow other success messages, and say something more like this:
{ "success": "ok", "success_description": "No posts awaiting syndication" }
The text was updated successfully, but these errors were encountered:
eb98610
fix(endpoint-syndicate): coorect success message. fixes #295
2d7b436
fix(endpoint-syndicate): correct success message. fixes #295
210ee79
paulrobertlloyd
No branches or pull requests
Describe the bug
The syndicator endpoint currently returns a 200 status (OK), but the body says this is an error, when it isn’t:
Expected behaviour
It should follow other success messages, and say something more like this:
The text was updated successfully, but these errors were encountered: