Skip to content

Commit

Permalink
docs: timetable http 파일
Browse files Browse the repository at this point in the history
  • Loading branch information
DWL21 committed Feb 6, 2025
1 parent 9a17e06 commit 153a684
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/resources/http/timetable.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@host = localhost:9000

###
POST {{host}}/api/timetables
Content-Type: application/json

{
"schoolId": 21,
"department": "소프트웨어학부",
"grade": 1,
"is_chapel": false,
"majorRequiredCourses": ["리눅스시스템관리"],
"majorElectiveCourses": ["(공통)물리1및실험"],
"generalRequiredCourses": ["[비판적사고와표현]비판적사고와학술적글쓰기"],
"majorElectiveCredit": 3,
"generalElectiveCredit": 5
}

###

0 comments on commit 153a684

Please sign in to comment.