Skip to content

Commit

Permalink
fix: param OpenAPI docs (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Aug 8, 2024
1 parent ac306a7 commit cfc1892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/router/file_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ func (r *FileRouter) DownloadOriginal(c *fiber.Ctx) error {
// @Id files_download_preview
// @Produce json
// @Param id path string true "ID"
// @Param ext path string true "Extension"
// @Param access_token query string true "Access Token"
// @Param ext query string true "Extension"
// @Failure 404 {object} errorpkg.ErrorResponse
// @Failure 500 {object} errorpkg.ErrorResponse
// @Router /files/{id}/preview{ext} [get]
Expand Down

0 comments on commit cfc1892

Please sign in to comment.