fix swagger errors

This commit is contained in:
chesseed
2025-10-09 21:26:30 +02:00
parent d3bed7830c
commit d94792dd65
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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 false "Filename (optional)"
// @Param file path string true "Filename (optional)"
// @Param _async query bool false "Run in background and return task object"
// @Produce json
// @Success 200 {string} string "OK"