Skip to content

nickname change

김은우 edited this page Mar 19, 2020 · 1 revision

닉네임 변경

Context-type : application/json

PATCH /api/user/nickname

Request

header

	"cookie": "쿠키 값",

body

{
	"nickname": "김은우",
}

Response

Success : 200

     "김은우"

Fail : 409 이미 사용중인 닉네임일 경우

     "message":"이미 사용중인 닉네임입니다."
Clone this wiki locally