Fix name of endpoint
This commit is contained in:
parent
c34ec68038
commit
41766febe6
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue