From 729856eb3054f6390c19958f0b28dd88786bda95 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 20 Nov 2015 10:41:23 +0000 Subject: [PATCH] Rename getTaskStatus -> taskStatus in API docs (fixes #2859) --- pandora/annotation/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora/annotation/views.py b/pandora/annotation/views.py index 9def1a967..2cc039c32 100644 --- a/pandora/annotation/views.py +++ b/pandora/annotation/views.py @@ -159,7 +159,7 @@ def addAnnotation(request, data): ... // more annotation properties } see: addAnnotations, editAnnotation, findAnnotations, getAnnotation, - getTaskStatus, removeAnnotation + taskStatus, removeAnnotation ''' for key in ('item', 'layer', 'in', 'out', 'value'): if key not in data: @@ -213,10 +213,10 @@ def addAnnotations(request, data): ] } returns { - taskId: string // task id, use `getTaskStatus` to poll + taskId: string // task id, use `taskStatus` to poll } see: addAnnotation, editAnnotation, findAnnotations, getAnnotation, - getTaskStatus, removeAnnotation + taskStatus, removeAnnotation ''' for key in ('item', 'layer', 'annotations'): if key not in data: