Update rest.md

Fix embarrasing typo in where filter.
This commit is contained in:
Rand McKinney 2013-09-23 17:23:40 -07:00
parent 363db8095e
commit 80a52450b1
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ Count instances of the model matched by where from the data source
curl http://localhost:3000/locations/count
#####Count with a where filter
curl http://localhost:3000/locations/cunt?where%5bcity%5d=Burlingame
curl http://localhost:3000/locations/count?where%5bcity%5d=Burlingame
####Example Response