Skip to main content
POST
Add Course To Curriculum

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

curriculum_id
string<uuid>
required

Query Parameters

course_id
string<uuid>
required

Response

Successful Response

Curriculum with courses for API responses.

id
string<uuid>
required
title
string
required
description
string | null
required
courses
CurriculumCourseInfoDTO · object[]
required
createdAt
string<date-time>
required