diff --git a/client-api/pvc-api.py b/client-api/pvc-api.py index 83e08954..5eb41e3c 100755 --- a/client-api/pvc-api.py +++ b/client-api/pvc-api.py @@ -5243,7 +5243,7 @@ class API_Provisioner_Status_Element(Resource): @Authenticator def get(self, task_id): """ - View status of a provisioner Celery worker job + View status of a provisioner Celery worker job {task_id} --- tags: - provisioner diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 7aaf4a9d..1610bc56 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -2503,7 +2503,7 @@ } } }, - "summary": "View status of a provisioner Celery worker job", + "summary": "View status of a provisioner Celery worker job {task_id}", "tags": [ "provisioner" ]