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.
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.Example
http://localhost:8000/products?min_price=150
The text was updated successfully, but these errors were encountered: