Skip to content

Commit

Permalink
feat: OpenApi提供转发Turbo编译加速上报资源统计数据接口 TencentBlueKing#10508
Browse files Browse the repository at this point in the history
  • Loading branch information
eazence committed Jun 14, 2024
1 parent eedcfe4 commit a1c5da7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ interface ApigwTurboResourceV4 {
endDate: String?
): Response<Boolean>

@GET
@POST
@Operation(summary = "手动上报项目资源统计数据", tags = ["v4_app_server_resources_upload_manual"])
@Path("/manualUpload")
fun triggerManualUpload(
Expand Down

0 comments on commit a1c5da7

Please sign in to comment.