api docs (wording)

This commit is contained in:
rolux 2014-12-20 17:36:38 +00:00
parent 07b7900788
commit 724839c28b

View file

@ -120,9 +120,9 @@ def find(request, data):
operator: string // logical operator, '&' or '|' operator: string // logical operator, '&' or '|'
}, },
range: [int, int] // items to return, per current sort order range: [int, int] // items to return, per current sort order
sort: [{ // list of sort objects sort: [{ // list of sort objects, applied in the given ordering
key: string, // item key key: string, // item key
operator: string // sort order, '+' or '-' operator: string // sort operator, '+' or '-'
}] }]
} }
returns { // if `keys` is present returns { // if `keys` is present