회원 이름 변경하기
Set User Name
PUT http://purpur.ml/users/setUserName
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
jwt
string
JSON Web Token which has an userIdx.
Request Body
Name
Type
Description
userName
string
UserName to change.
{
"status": 200,
"message": "닉네임 변경 성공",
"data": {
"userIdx": 1
}
}{
"status": 400,
"message": "입력되지 않은 값이 있습니다"
}{
"status": 403,
"message": "토큰이 입력되지 않았습니다"
}Last updated
Was this helpful?