회원 이름 변경하기
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
}
}
Last updated
Was this helpful?