forked from 0x2620/pandora
api docs (wording)
This commit is contained in:
parent
07b7900788
commit
724839c28b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue