update api docs (omissions, wording, typos)

This commit is contained in:
rolux 2014-12-21 13:03:49 +00:00
commit ea1a94e9e4
7 changed files with 8 additions and 7 deletions

View file

@ -341,7 +341,7 @@ def direct_upload(request):
@login_required_json
def taskStatus(request, data):
'''
Gets the status for a task
Gets the status for a given task
takes {
taskId: string // taskId
}