swagger docs update
All checks were successful
/ Make image (push) Successful in 1m29s

This commit is contained in:
nquidox 2025-10-18 14:11:58 +03:00
parent c2304f6a7d
commit f561869b08
4 changed files with 35 additions and 34 deletions

View file

@ -370,8 +370,7 @@ func (co *controller) getMerchImage(c *gin.Context) {
// @Tags Merch images
// @Security BearerAuth
// @Param uuid path string true "merch_uuid"
// @Param type query string true "image type"
// @Success 200 {object} PricesResponse
// @Success 200
// @Failure 400 {object} responses.ErrorResponse400
// @Failure 500 {object} responses.ErrorResponse500
// @Router /merch/images/{uuid} [delete]