Skip to content

Nickname check

김은우 edited this page Mar 30, 2020 · 4 revisions

닉네임 확인

Context-type : application/json

POST /api/user/nicknamecheck

Request

{
	"userId":"asdf123",
}

Response

Success : 200

{
     "message":"닉네임 중복체크 성공."
}

Fail : 409 이미 사용하고 있는 닉네임일 경우

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