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
For example, for add (POST) request response should be 201 (CREATED) in case of entity addition, and 400 (BAD REQUEST), in case of errors. For GET, in case of entity absence, we should return 404 status code (NOT FOUND)
The text was updated successfully, but these errors were encountered:
For example, for add (POST) request response should be 201 (CREATED) in case of entity addition, and 400 (BAD REQUEST), in case of errors. For GET, in case of entity absence, we should return 404 status code (NOT FOUND)
The text was updated successfully, but these errors were encountered: