-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
관리자의 학생 관련 CRUD API 구현
Changes
변경 사항 제목
- 학생 목록 조회
- 학생 추가
- 학생 삭제
- 과제 진행도 조회
API
| URL | method | Usage | Authorization Needed |
|---|---|---|---|
| api 경로 | POST | 학생 추가# Description | |
| 관리자의 학생 관련 CRUD API 구현 |
Changes
변경 사항 제목
- 학생 목록 조회
- 학생 추가
- 학생 삭제
- 과제 진행도 조회
API
| URL | method | Usage | Authorization Needed |
|---|---|---|---|
| /api/admin/students | GET | 학생 목록 조회 | O |
| /api/admin/students | POST | 학생 추가 | O |
| /api/admin/students/{id} | DELETE | 학생 삭제 | O |
| /api/admin/students/{id}/progress | GET | 과제 진행도 조회 | O |
Additional context
추가적인 내용
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels