cURL
curl --request PUT \ --url https://api.example.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/marks/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "studentadmissionnumber": "<string>", "mark": -1, "symbol": "<string>", "comment": "<string>", "is_deleted": true } '
{}
Update a student’s mark
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Exam UUID
Exam session UUID
Mark UUID
Academic session UUID
Auto-populate created_by from request.user when available.
1
-2147483648 <= x <= 2147483647
255