-
Notifications
You must be signed in to change notification settings - Fork 0
목표일, 목표 레벨 저장 및 수정
yes edited this page Jan 6, 2021
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /target | 목표일, 목표 레벨 저장 및 수정 |
Content-Type: application/json
token: token
{
"targetDate": "2021-02-03",
"targetLevel": 5
}
- Status Code: 200 Ok
- 설정된 목표가 없으면 저장, 이미 저장된 목표가 있으면 해당 회원의 목표를 수정하는 로직
- Status Code: 400 Bad Request
- Status Code: 401 Unauthorized
- Status Code: 500 Internal Server Error