-
Notifications
You must be signed in to change notification settings - Fork 0
회원 닉네임 저장 및 수정
yes edited this page Feb 20, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
PUT | /users/nickname | 회원 닉네임 저장 및 수정 |
Content-Type: application/json
token: token
{
"nickname" : "yes"
}
- Status Code: 200 Ok
- 처음 가입시, 빈 String 값("")이었던 것이 닉네임 설정 됨
- Status Code: 200 Ok
- 닉네임 수정됨
- Status Code: 400 Bad Request
- Status Code: 401 Unauthorized
- Status Code: 500 Internal Server Error