AladiaDocs
Api referenceExams in courses

Add assignments to an exams in course

Create an assignment

POST
/v2/exams-in-courses/{courseId}/{examCourseId}/assignments

Create an assignment

AuthorizationBearer <token>

In: header

Path Parameters

courseId*string
examCourseId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/exams-in-courses/string/string/assignments" \  -H "Content-Type: application/json" \  -d '{}'
{}