Skip to content

User Router

Seogeurim edited this page Mar 14, 2021 · 11 revisions
Description Method URI Headers Body Query
회원가입 POST /api/users/ email
nickname
password
유저 정보 찾기 GET /api/users/ id
email
nickname
유저 비밀번호 조회 POST /api/users/check x-access-token checkpassword
회원 정보 수정 PATCH /api/users/ x-access-token email
password
nickname
introduce
img(file)
회원탈퇴 DELETE /api/users/:id
Clone this wiki locally