UPDATE: new swagger
All checks were successful
Build and Release / release (push) Successful in 1m17s

This commit is contained in:
2026-04-09 11:37:57 +07:00
parent 7559667ce2
commit cdf27f4a5f
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package request
type PreSignedDto struct {
FileName string `json:"fileName" validate:"required"`
ContentType string `json:"contentType" validate:"required"`
ContentType string `json:"content_type" validate:"required"`
Size int64 `json:"size" validate:"required"`
}