[POST] uploadProfilePicture
/api/driver/uploadProfilePicture
UploadProfilePictureRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
file_name |
str
|
filename of the file to be uploaded via pre-signed url |
UploadProfilePictureResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
pre_signed_url |
str
|
Link to upload driver's profile picture |
KNOWN ERRORS:
INVALID_FILE_FORMAT
- If the user uploads a file other than a jpg
, jpeg
, and png
.