Posts by Fernando Ribeiro da Silva • 3 points
1 post
-
0
votes1
answer65
viewsQ: A data request from another data must respond with 404 or an empty array?
I am working with an API which has the following route users/:id/documents. This route should return a list of documents from a specific user. For example: the route users/:id/documents return all…