Skip to main content
POST
Assign Courses

Authorizations

Authorization
string
header
required

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

Path Parameters

assignment_id
string<uuid>
required

Body

application/json

Request to assign courses to an assignment.

courseIds
string<uuid>[] | null
curriculumId
string<uuid> | null
dueDate
string<date> | null

Response

Successful Response

Response for listing courses assigned to an assignment.

assignmentId
string<uuid>
required
courses
AssignmentCourseDetailDTO · object[]
required