Skip to main content

Create exam config

POST 

/exam/:examId/config

Creates an exam config for the specified exam. This is used to manage the configuration of the exam, such as settings and metadata.

← Sample Response

{
"id": "ff7dbc11-f9a8-4c0e-8fa5-4c31fc5e191e",
"sk": "exam-config",
"name": "testing",
"resourceId": "32569cee-5886-4af0-bf2a-2457dd79e0db/exam#v0",
"creatorId": "3d0184e9-a8ed-44c7-84e6-dc99ad0d320c",
"workspaceId": "my-workspace",
"maturity": "IN_PROGRESS",
"alignmentIds": [
"05021672-7844-5e28-abd5-6a5865604c76",
"65dc935b-54e5-5aa1-969d-b43b94254fb9",
"c14a02a5-fd51-59b9-9523-010a2d48d18e"
],
"appId": "a1e25939-f86a-468a-b523-713d108856f0",
"appKey": "0d9c7544-3102-4271-9170-0e19aa48a42c",
"config": {
"showScoreOnComplete": true
},
"createdAt": "2025-06-11T09:36:27.232Z",
"updatedAt": "2025-06-11T09:36:27.232Z",
"schemaVersion": "2020-01-01"
}

Request

Responses

OK