docs
This commit is contained in:
parent
3cec70395e
commit
a5499ae435
1 changed files with 8 additions and 0 deletions
|
@ -143,6 +143,14 @@ Positions
|
||||||
query: query object, more on query syntax at
|
query: query object, more on query syntax at
|
||||||
https://wiki.0x2620.org/wiki/pandora/QuerySyntax
|
https://wiki.0x2620.org/wiki/pandora/QuerySyntax
|
||||||
ids: ids of items for which positions are required
|
ids: ids of items for which positions are required
|
||||||
|
return {
|
||||||
|
status: {...},
|
||||||
|
data: {
|
||||||
|
positions: {
|
||||||
|
id: position
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
'''
|
'''
|
||||||
data = json.loads(request.POST['data'])
|
data = json.loads(request.POST['data'])
|
||||||
if settings.JSON_DEBUG:
|
if settings.JSON_DEBUG:
|
||||||
|
|
Loading…
Reference in a new issue