-
Notifications
You must be signed in to change notification settings - Fork 1
userSettingAPI
jungpyolee edited this page Aug 16, 2021
·
12 revisions
해당 문서 및 API는 이정표가 작성했으며 궁금하신 부분있으면 언제든 연락주세요!
-08/07 팀변경 주기 추가
신규 유저 닉네임 생성 및 닉네임 변경.
-
method
PUT
-
url
/nickname
-
header
Method parameter Description Required accesstoken {{token}} accesstoken(1hr) O refreshtoken {{token}} refreshtoken(30days) O -
body
Field Type Description Required nickname String 변경하고자 하는 닉네임 O
- success
{
"success": true,
"status": 201,
"data": "닉네임 업데이트 성공."
}
산호 팀 변경
팀 변경 주기 : 1달
PUT
/teamId
-
header
Method parameter Description Required accesstoken {{token}} accesstoken(1hr) O refreshtoken {{token}} refreshtoken(30days) O -
body
Field Type Description Required teamId Integer 변경하고자 하는 팀id O -
success
{
"success": true,
"status": 201,
"data": "선호팀 업데이트 성공."
}
- fail
팀 변경한지 한달이 지나지 않았을 경우
{
"success": false,
"status": 400,
"msg": "M월 N일"
}
- M월 N일 = 유저의 직전 팀변경일 + 1달 후
- ex) " ${response.data.msg}이후에 팀변경이 가능합니다. "