diff --git a/app/module/articles/controller/articles.controller.go b/app/module/articles/controller/articles.controller.go index a9bea81..f56b1db 100644 --- a/app/module/articles/controller/articles.controller.go +++ b/app/module/articles/controller/articles.controller.go @@ -200,6 +200,7 @@ func (_i *articlesController) Save(c *fiber.Ctx) error { // @Tags Articles // @Security Bearer // @Produce json +// @Param X-Client-Key header string false "Insert the X-Client-Key" // @Param X-Csrf-Token header string true "Insert the X-Csrf-Token" // @Param files formData file true "Upload thumbnail" // @Param id path int true "Articles ID"