AladiaDocs
Api referenceExam collectionsExamsTrials

Update the session answers of a trial

Update answers

PATCH
/v2/exam-collections/{examCollectionId}/exams/{id}/trials/{attemptId}/session/answers

Update answers

AuthorizationBearer <token>

In: header

Path Parameters

examCollectionId*string
attemptId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/exam-collections/string/exams/{id}/trials/string/session/answers" \  -H "Content-Type: application/json" \  -d '{    "answers": [      {        "questionUuid": "string"      }    ]  }'
{}