diff --git a/server/web/api/download.go b/server/web/api/download.go index 9610643..06893d4 100644 --- a/server/web/api/download.go +++ b/server/web/api/download.go @@ -47,7 +47,7 @@ func (f *fileReader) Seek(offset int64, whence int) (int64, error) { // // @Tags API // -// @Param size path string true "Test file size" +// @Param size path string true "Test file size (in MB)" // // @Produce application/octet-stream // @Success 200 {file} file