-
Notifications
You must be signed in to change notification settings - Fork 0
학습진도저장
석영현 edited this page Nov 27, 2020
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /category/progress | 학습진도 저장 |
Content-Type: application/json
header: token
{
"c_idx" : 2,
"index" : 2
}
{
"status": 200,
"success": true,
"message": "학습진도 저장 성공"
}
{
"status": 200,
"success": false,
"message": "학습진도 저장 실패"
}
-
User
-
Category
-
Word
-
Scrap