✅
내 정보 수정
REQUEST
Header
Body
Field
Type
Description
비고
positions
Array
PF (Power Forward)
SF (Small Forward)
SG (Shooting Guard)
PG (Point Guard)
C (Center)
TBD (To Be Decided)
- Body 예시
RESPONSE
Body 1
Field
Type
Description
비고
- Body 예시


Headers { Authorization: "Bearer {token}" }
{ "nickname": "sds", "description": "my name is sds", "proficiency": "BEGINNER", "positions": [ "PF", "SF" ] }
{ "userId": 1, "email": "jelly@gmail.com", "nickname": "sds", "profileImage": "s3에 저장된 프로필 이미지 url", "description": "my name is sds", "role": "USER", "proficiency": "BEGINNER", "positions": [ "PF", "SF" ], "createdAt": "2021-12-01T12:00:00", "updatedAt": "2021-12-01T12:00:00" }