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
Endpoint should fail in some way if barcodes param empty/missing. Currently returns an item [mis]serialized with 'urn:barcode:undefined'!
While we're at it, endpoint should be more helpful when no barcodes match. Currently returns 500. This isn't a server error. It's a client error if it's an error. Maybe something in the 4** range is correct.
The text was updated successfully, but these errors were encountered:
Endpoint should fail in some way if
barcodes
param empty/missing. Currently returns an item [mis]serialized with 'urn:barcode:undefined'!While we're at it, endpoint should be more helpful when no barcodes match. Currently returns 500. This isn't a server error. It's a client error if it's an error. Maybe something in the 4** range is correct.
The text was updated successfully, but these errors were encountered: