Skip to content
New issue

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

Fix REST API #88

Open
raonismaneoto opened this issue Jul 29, 2020 · 0 comments
Open

Fix REST API #88

raonismaneoto opened this issue Jul 29, 2020 · 0 comments

Comments

@raonismaneoto
Copy link

There are some troubles in the REST API that might confuse the users. Some of them are listed below, but the whole API must be checked for problems like these.

  • The system returns 400 (Http Bad Request) when a GET request is done using an invalid Job Id. It should be 404 (Http Not found).
  • The system returns 201 (Http Created) when a GET request is done using a valid Job Id. It should be 200 (Http OK).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant