HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
🏀
[팀14] 슬램 - 우리 주변 농구장 예약
/
🧭
Domain 설계 - 초안 건드리지 말 것
/
[PUT] /api/v1/users/me

[PUT] /api/v1/users/me

Request

PathVariable
Filed
Type
Description
비고
userId
Number
사용자 구별키
  • JSON (예시)
{ "nickname": "sds", "description": "my name is sds", "skill": "BEGINNER", "position": "PF" }
Body
Filed
Type
Description
비고
열
nickname
String
Null
변경된 닉네임
1~15글자 이내 (중복여부)
description
String
Null
나를 한마디로 표현
1~25글자 이내
skill
String
Null
숙련도 (뉴비, 중수, 고수)
BEGINNER -뉴비 INTERMEDIATE- 중수 MASTER- 고수
position
String
Null
포지션 (PF, SF, SG, PG)
PF (Power Forward) SF (Small Forward) SG (Shooting Guard) PG (Point Guard) 그림?!

RESPONSE

  • JSON (예시)
{ "success": true, "serverDateTime": "2021-12-01T12:00:00" }
 
Body
Path
Type
Description
비고
success
Boolean
성공여부
true/false
serverDateTime
String
api 응답시간
notion image