patch https://exam.timeedit.com/api/v3/exam-settings/
Response
xxxxxxxxxx
11curl --request PATCH \
--url https://exam.timeedit.com/api/v3/exam-settings/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"defaultExamChecklist": {
"isEnabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: