1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-07-12 22:21:40 +02:00

Remove deprecated API paths (#2639)

This commit is contained in:
qwerty287
2023-10-24 15:21:05 +02:00
committed by GitHub
parent c344cbb0fc
commit 5045f1e431
5 changed files with 70 additions and 57 deletions

View File

@ -453,7 +453,7 @@ func PostPipeline(c *gin.Context) {
// DeletePipelineLogs
//
// @Summary Deletes log
// @Router /repos/{repo_id}/logs/{number} [post]
// @Router /repos/{repo_id}/logs/{number} [delete]
// @Produce plain
// @Success 204
// @Tags Pipeline logs