feat: add clientKey header on save thumbnail
This commit is contained in:
parent
17a5a077d7
commit
25a1183a52
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue