update api docs

This commit is contained in:
rolux 2014-12-19 12:59:10 +00:00
commit 4a084d8405
9 changed files with 112 additions and 142 deletions

View file

@ -161,8 +161,8 @@ def addMedia(request, data):
'''
Adds media files to a given item
takes {
filename: string, // undocumented
id: oshash, // undocumented
filename: string, // filename
id: string, // oshash of the file
info: {}, // undocumented
item: string // item id
}