[PUT] 사용자 프로필 사진 변경 - GreenByMe/GreenByMe_Server GitHub Wiki
사용자 프로필 사진 변경
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| PUT | /api/users/image | 사용자 프로필 사진 변경 |
요청 헤더
content-type: application/json
요청 바디
String photoUrl: 사진이 저장된 url
Long userId: 사용자 Id
응답 바디
변경 성공
{
"userId": 2
}
| 메소드 | 경로 | 짧은설명 |
|---|---|---|
| PUT | /api/users/image | 사용자 프로필 사진 변경 |
content-type: application/json
String photoUrl: 사진이 저장된 url
Long userId: 사용자 Id
{
"userId": 2
}