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
When the client performs a GET request to the products resource, and specifies a minimum price as a query string parameter, the results should contain products whose price property value is equal to, or greater than, the value of the query string parameter.
Dev Notes:
Add a min_price query param to the product list
The text was updated successfully, but these errors were encountered:
When the client performs a GET request to the products resource, and specifies a minimum price as a query string parameter, the results should contain products whose
price
property value is equal to, or greater than, the value of the query string parameter.Dev Notes:
Add a
min_price
query param to the product listThe text was updated successfully, but these errors were encountered: