Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 435 Bytes

[사용자] 닉네임 중복체크.md

File metadata and controls

39 lines (21 loc) · 435 Bytes

닉네임 중복 체크

닉네임 중복체크
  • URL

    /user/nickname/check

  • Method:

    | GET |

  • URL Params

    N/A

    Optional:

    N/A

  • Data Params

    N/A

  • Success Response:

    • Code: 200
      Content: { "okay" : true } 만약 중복이라면 { "okay" : false }
  • Error Response:

    N/A

  • Sample Call: N/A

  • Notes: