Add 400
, 401
, 403
, 500
response codes to all API calls and 404
to all GET tasks
#165
Milestone
400
, 401
, 403
, 500
response codes to all API calls and 404
to all GET tasks
#165
To facilitate the generation of robust clients from OpenAPI.yml all REST methods should declare
400
,401
,403
, and500
as possible response codes (same as WES does). In addition the GET methods should declare404
as a possible response.The text was updated successfully, but these errors were encountered: