update api docs

This commit is contained in:
rolux 2014-12-19 15:31:57 +00:00
commit 3950213960
11 changed files with 69 additions and 59 deletions

View file

@ -250,7 +250,7 @@ def sortDocuments(request, data):
Sets the sort order for the documents related to a given item
takes {
item: string, // item id
ids: [string] // list of document ids
ids: [string] // ordered list of document ids
}
returns {}
see: addDocument, editDocument, findDocument, removeDocument, sortDocuments