-
Notifications
You must be signed in to change notification settings - Fork 2
사용자프로필이미지URL변환
지훈 edited this page Dec 15, 2021
·
5 revisions
- Content-Type: multipart/form-data
변수 | 타입 | 설명 | 비고 |
---|---|---|---|
image | MultipartFile | 프로필 이미지 파일 |
- Content-Type: application/json
returns ImageUrl
statusCode | message |
---|---|
200 | "Success" |
400 | "변환할 이미지가 존재하지 않습니다." |
400 | "파일 사이즈는 최대 5MB 이하여야 합니다." |
500 | "이미지 파일을 전환하는데 실패했습니다." |
500 | "서버에서 내부적으로 에러가 발생했습니다." |