This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 60af52f [Improvement][ApiDoc] fix-queue controller verifyQueue param
(#5558)
60af52f is described below
commit 60af52fb2bbf5f0fcab072024f44b01d85a8d620
Author: geosmart <[email protected]>
AuthorDate: Mon May 31 21:07:21 2021 +0800
[Improvement][ApiDoc] fix-queue controller verifyQueue param (#5558)
Co-authored-by: wanggang <[email protected]>
---
.../java/org/apache/dolphinscheduler/api/controller/QueueController.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/QueueController.java
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/QueueController.java
index 111571a..71731d7 100644
---
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/QueueController.java
+++
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/QueueController.java
@@ -171,7 +171,6 @@ public class QueueController extends BaseController {
*/
@ApiOperation(value = "verifyQueue", notes = "VERIFY_QUEUE_NOTES")
@ApiImplicitParams({
- @ApiImplicitParam(name = "id", value = "QUEUE_ID", required =
true, dataType = "Int", example = "100"),
@ApiImplicitParam(name = "queue", value = "YARN_QUEUE_NAME",
required = true, dataType = "String"),
@ApiImplicitParam(name = "queueName", value = "QUEUE_NAME",
required = true, dataType = "String")
})