Closed AdamVig closed 7 years ago
GET /item/:itemID/status is behaving strangely. It returns the status for the wrong item.
GET /item/:itemID/status
The docs are out of date, too.
The problem here is that the route expects the parameter to be barcode but the endpoint expects the parameter to be itemID.
barcode
itemID
GET /item/:itemID/status
is behaving strangely. It returns the status for the wrong item.The docs are out of date, too.