-
Notifications
You must be signed in to change notification settings - Fork 0
[setting] 닉네임 변경
realwhyjay edited this page Jul 14, 2021
·
8 revisions
메소드 | 경로 | 뷰 | 설명 |
---|---|---|---|
POST | /setting/nickname | setting | 닉네임 변경 |
[여기에는 해당 뷰 사진 올라감]
{
"Content-Type":"application/json"
"token":"머시기뭐시기"
}
{
}
{
"status": 200,
"success": true,
"message": "닉네임 변경 성공",
"data": {
}
}
데이터 | 타입 | 설명 |
---|---|---|
- 서버 에러
{
"status": 500,
"success": false,
"message": "서버 내부 에러"
}