diff --git a/README.md b/README.md index e120fa2c..65a55a29 100644 --- a/README.md +++ b/README.md @@ -124,16 +124,10 @@ start_date=$(date -u -v-5S +'%Y-%m-%dT%H:%M:%S') end_date=$(date -u +'%Y-%m-%dT%H:%M:%S') curl "http://localhost:3030/recent?limit=5&offset=0&start_date=$start_date&end_date=$end_date" -# 7. Get frame without thumbnail -curl "http://localhost:3030/frame/123" - -# 8. Get frame with thumbnail -curl "http://localhost:3030/frame/123?thumbnail=true" - -# 9. Search with no query (should return all results) +# 6. Search with no query (should return all results) curl "http://localhost:3030/search?limit=5&offset=0" -# 10. Get recent results with pagination +# 7. Get recent results with pagination curl "http://localhost:3030/recent?limit=20&offset=40" ```