-
Notifications
You must be signed in to change notification settings - Fork 0
[PUT] 회원수정
DongGeon0908 edited this page Nov 13, 2021
·
1 revision
METHOD | URL | ... |
---|---|---|
PUT | /api/member | 회원수정 |
{
"Content-Type": "application/json",
"Authorization": "Bearer "${token}"
}
{
"password": "!Computer123",
"nickname": "dds",
"phoneNumber": "01025829253"
}
{
"status": 200,
"message": "MEMBER_UPDATE_SUCCESS",
"data": null
}