|
@@ -25,6 +25,12 @@ paths:
|
|
|
/api/lecturers:
|
|
/api/lecturers:
|
|
|
$ref: ./paths/api/lecturers/index.yaml
|
|
$ref: ./paths/api/lecturers/index.yaml
|
|
|
|
|
|
|
|
|
|
+ # Courses
|
|
|
|
|
+ /api/courses:
|
|
|
|
|
+ $ref: ./paths/api/courses/index.yaml
|
|
|
|
|
+ /api/courses/{course}:
|
|
|
|
|
+ $ref: ./paths/api/courses/{course}/index.yaml
|
|
|
|
|
+
|
|
|
# Modules
|
|
# Modules
|
|
|
/api/modules:
|
|
/api/modules:
|
|
|
$ref: ./paths/api/modules/index.yaml
|
|
$ref: ./paths/api/modules/index.yaml
|