Skip to content

[GET] 닉네임 중복 체크

Gyunny edited this page Sep 21, 2021 · 3 revisions
메소드 경로 설명
GET /nickname/check/{nickname} 닉네임 중복 체크

스크린샷 2021-09-19 오후 6 18 11

Request Header

{
    "Content-Type": "application/json"
}

Response

< Success >

{
    "status": 200
}

닉네임 중복

{
    "message": "중복된 Nickname 입니다",
    "status": 400,
    "errors": [],
    "code": "U004"
}

서버 에러

{
    "message": "Server Error",
    "status": 500,
    "errors": [],
    "code": "Global004"
}