AladiaDocs
Api referenceExam collectionsExamsTrials

Update the session grade of a trial

Update the grade of a trial

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

Update the grade of a trial

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/grade" \  -H "Content-Type: application/json" \  -d '{    "grades": [      {        "questionUuid": "string",        "points": 0      }    ]  }'
{}