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
Backend Microservice
The backend requires that User_id be passed as a URL parameter. This is useless a the request body itself should contain User_id, implying that the item belongs to the LOST collection of items
Item Microservice
User_id is checked via URL param - but this is useless. The User_id existence should be checked via the request body iteself
The text was updated successfully, but these errors were encountered:
Re-labelled this to enhancement for now because this is lower priority and not breaking. This is a good-to-have optimization. Further, URL depreciation can be done without breaking the frontend logic.
Two useless checks:
The backend requires that User_id be passed as a URL parameter. This is useless a the request body itself should contain User_id, implying that the item belongs to the LOST collection of items
User_id is checked via URL param - but this is useless. The User_id existence should be checked via the request body iteself
The text was updated successfully, but these errors were encountered: