feat: add clientKey header on save thumbnail

This commit is contained in:
hanif salafi 2025-07-14 18:59:57 +07:00
parent 17a5a077d7
commit 25a1183a52
1 changed files with 1 additions and 0 deletions

View File

@ -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"