Search
Duplicate

id,email,introduction 변경

method
PUT
fail
1. DB에 저장되어 있는 이름과 중복될 경우 { "msg": "중복된 이름입니다.", } 2. DB에 저장되어 있는 이메일과 중복될 경우 { "msg": "중복된 이메일입니다.", }
request
{ ”id” : “id값” "username":"수정된 이름", "email":"수정된 이메일", "introduction":"수정된 소개" }
response-success
{ ”id” : “id값” "username":"수정된 이름", "email":"수정된 이메일", "introduction":"수정된 소개" }
url
/v1/users/(userId)/profile
분류
요구사항
Authorization: Bearer token
주석