From 25a1183a525bad7e44f3bb7d36efd7aea5a842f1 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 14 Jul 2025 18:59:57 +0700 Subject: [PATCH] feat: add clientKey header on save thumbnail --- app/module/articles/controller/articles.controller.go | 1 + 1 file changed, 1 insertion(+) 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"