-
Notifications
You must be signed in to change notification settings - Fork 0
목표날짜 지난 후에 목표일, 목표 레벨 수정
yes edited this page Jan 6, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
PUT | /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: 501 Not Implemented
- Status Code: 500 Internal Server Error