update doc

make descrptions consistent
This commit is contained in:
André Roth
2024-12-11 11:19:21 +01:00
parent e92afd8f78
commit e319f3cd14
7 changed files with 34 additions and 34 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/gin-gonic/gin"
)
// @Summary Show packages
// @Summary Get Package Info
// @Description **Show information about package by package key**
// @Description Package keys could be obtained from various GET .../packages APIs.
// @Tags Packages
@@ -25,8 +25,8 @@ func apiPackagesShow(c *gin.Context) {
c.JSON(200, p)
}
// @Summary Get packages
// @Description Get list of packages.
// @Summary List Packages
// @Description **Get list of packages**
// @Tags Packages
// @Consume json
// @Produce json