Skip to content

Commit

Permalink
feature: 增加查询webhook列表的接口,方便定位问题 TencentBlueKing#3573
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Feb 25, 2021
1 parent f82ac23 commit cb06ecf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import javax.ws.rs.core.MediaType
@Path("/{apigwType:apigw-user|apigw-app|apigw}/v3/{projectId}/{pipelineId}/webhook")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
@Suppress("ALL")
interface ApigwPipelineWebhookResourceV3 {

@ApiOperation("获取流水线的webhook列表")
Expand Down

0 comments on commit cb06ecf

Please sign in to comment.