-
Notifications
You must be signed in to change notification settings - Fork 0
목표일, 목표레벨, 목표문제수 조회
yes edited this page Jan 6, 2021
·
10 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /target | 목표일, 목표레벨, 목표문제수 조회 |
Content-Type: application/json
token: token
{
"userIdx": "4",
"startDate": "2021-01-01",
"targetDate": "2021-05-12",
"targetLevel": 8,
"partOne": "5",
"partTwo": "6",
"partThree": "8",
"partFour": "3",
"partFive": "4",
"partSix": "6",
"isUpdate": true
}
- Status Code: 200 Ok
- "startDate" : 목표 설정 날짜(시작 날짜)
{}
- Status Code: 200 Ok
- Status Code: 200 Ok
- Status Code: 400 Bad Request
- Status Code: 401 Unauthorized
- Status Code: 500 Internal Server Error