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

@ -582,7 +582,7 @@ def remove(request, data):
id: string // item id
}
returns {}
notes: The return status is 200 for success or 403 for permission denied.
notes: The return status code is 200 for success or 403 for permission denied.
see: add, edit, find, get, lookup, upload
'''
response = json_response({})