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
When GET method is used and response contains only an empty list, HTTP code 204 must be used instead of 200.
Concerns at least following methods:
* GET /users , when list is empty
* GET /users/{id}, when not found
* GET users/updates, when list is empty
* GET /apis, when not found
* GET /organizations, when list is empty
The text was updated successfully, but these errors were encountered:
Description
When GET method is used and response contains only an empty list, HTTP code 204 must be used instead of 200.
Concerns at least following methods:
* GET /users , when list is empty
* GET /users/{id}, when not found
* GET users/updates, when list is empty
* GET /apis, when not found
* GET /organizations, when list is empty
The text was updated successfully, but these errors were encountered: