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
'items' endpoints
GET /items/:id -> Find one Item
POST /items -> Create Item
PUT /items/:id -> Update Item
DELETE /items/:id -> Delete Item
It should be:
'items' endpoints
GET /items/ -> Find Item // Return all Items. Could be the same UC as [GET /items/:id]
GET /items/:id -> Find Item
POST /items -> Create Item
PUT /items/:id -> Update Item
DELETE /items/:id -> Delete Item
ps: Already described in #61, but this issue is related to the endpoint only (not the UC that will give support to run).
The text was updated successfully, but these errors were encountered:
Currently:
It should be:
ps: Already described in #61, but this issue is related to the endpoint only (not the UC that will give support to run).
The text was updated successfully, but these errors were encountered: