유저 정보 수정하기
해당 id의 유저 정보를 수정하는 API입니다.
METHOD
URL
id: 유저 고유 id
REQUEST BODY
name
type
require
description
string
필수
이메일 수정 권한이 있는지 확인하는 용도로, 유저의 email는 수정되지 않습니다.
name
string
필수
이름
nickname
string
필수
별명
phone
string
필수
핸드폰 번호
password
string
필수
비밀번호
REQUEST BODY EXAMPLE
RESPONSE
success
HTTP Status code: 200 OK
Response Body는 따로 없습니다.
fail
HTTP Status code: 400 Bad Request or 403 Forbidden
name
type
description
status
number
HTTP status
message
string
에러 메시지
Last updated