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