Skip to content

Commit

Permalink
feat: 新增日志熔断后下载全量日志的OpenAPI TencentBlueKing#5145
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Sep 17, 2021
1 parent 1b8d7cd commit 4afe15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ interface ApigwLogResourceV3 {

@ApiOperation("获取插件的的日志状态")
@GET
@Path("/{projectId}/{pipelineId}/{buildId}/mode")
@Path("/mode")
fun getLogMode(
@ApiParam(value = "appCode", required = true, defaultValue = AUTH_HEADER_DEVOPS_APP_CODE_DEFAULT_VALUE)
@HeaderParam(AUTH_HEADER_DEVOPS_APP_CODE)
Expand Down

0 comments on commit 4afe15c

Please sign in to comment.