From 02d2ba255c2b082de5ad2e569adba96138481fb7 Mon Sep 17 00:00:00 2001 From: chesseed <9110170+chesseed@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:32:46 +0200 Subject: [PATCH] fix comment --- api/repos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/repos.go b/api/repos.go index 0a3cc43e..ba876771 100644 --- a/api/repos.go +++ b/api/repos.go @@ -455,7 +455,7 @@ func apiReposPackagesDelete(c *gin.Context) { // @Tags Repos // @Param name path string true "Repository name" // @Param dir path string true "Directory of packages" -// @Param file path string true "Filename (optional)" +// @Param file path string true "Filename" // @Param _async query bool false "Run in background and return task object" // @Produce json // @Success 200 {string} string "OK"