You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: