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

Add 400, 401, 403, 500 response codes to all API calls and 404 to all GET tasks #165

Open
markjschreiber opened this issue Oct 14, 2021 · 1 comment
Milestone

Comments

@markjschreiber
Copy link

markjschreiber commented Oct 14, 2021

To facilitate the generation of robust clients from OpenAPI.yml all REST methods should declare 400, 401, 403, and 500 as possible response codes (same as WES does). In addition the GET methods should declare 404 as a possible response.

@markjschreiber
Copy link
Author

Happy to add a PR for this if you agree.

@markjschreiber markjschreiber changed the title Add 400, 401, 403, 500 response codes to all API calls and 404 to all GET tasks Add 400, 401, 403, 500 response codes to all API calls and 404 to all GET tasks Oct 14, 2021
@vsmalladi vsmalladi added this to the 1.2 milestone Jan 12, 2023
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

2 participants