Fix name of endpoint

This commit is contained in:
Joshua Boniface 2020-01-04 14:21:03 -05:00
parent c34ec68038
commit 41766febe6
2 changed files with 2 additions and 2 deletions

View File

@ -5243,7 +5243,7 @@ class API_Provisioner_Status_Element(Resource):
@Authenticator @Authenticator
def get(self, task_id): def get(self, task_id):
""" """
View status of a provisioner Celery worker job View status of a provisioner Celery worker job {task_id}
--- ---
tags: tags:
- provisioner - provisioner

View File

@ -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": [ "tags": [
"provisioner" "provisioner"
] ]