Skip to content

Commit

Permalink
feat: 红线支持指定到具体的步骤插件 TencentBlueKing#5405. fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKX1 committed Nov 15, 2021
1 parent adc686e commit bf4d6d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ interface BuildQualityMetadataResource {
@QueryParam("elementType")
elementType: String,
@ApiParam("任务节点ID", required = false)
@QueryParam("tasktId")
@QueryParam("taskId")
taskId: String,
@ApiParam("任务节点名称", required = false)
@QueryParam("tasktName")
@QueryParam("taskName")
taskName: String,
data: Map<String, String>
): Result<Boolean>
Expand Down

0 comments on commit bf4d6d9

Please sign in to comment.