update api docs
This commit is contained in:
parent
1ddc23b9f3
commit
4a084d8405
9 changed files with 112 additions and 142 deletions
|
|
@ -139,7 +139,7 @@ actions.register(getList)
|
|||
@login_required_json
|
||||
def addListItems(request, data):
|
||||
'''
|
||||
Adds one or more items to a list
|
||||
Adds one or more items to a static list
|
||||
takes {
|
||||
list: string, // list id
|
||||
items: [string], // either list of item ids
|
||||
|
|
@ -169,7 +169,7 @@ actions.register(addListItems, cache=False)
|
|||
@login_required_json
|
||||
def removeListItems(request, data):
|
||||
'''
|
||||
Removes one or more items from a list
|
||||
Removes one or more items from a static list
|
||||
takes {
|
||||
list: string, // list id
|
||||
items: [itemId], // either list of item ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue