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
Add a new GET request endpoint at /lost_found/ that returns a combined list of both lost and found items, ordered by their creation time. This endpoint should include an optional max_limit query parameter to specify the number of items returned, with a default value of 100.
Please ensure that the existing two separate endpoints for lost and found items remain unchanged.
The text was updated successfully, but these errors were encountered:
Add a new
GET
request endpoint at/lost_found/
that returns a combined list of both lost and found items, ordered by their creation time. This endpoint should include an optionalmax_limit
query parameter to specify the number of items returned, with a default value of 100.Please ensure that the existing two separate endpoints for lost and found items remain unchanged.
The text was updated successfully, but these errors were encountered: