cURL
curl --request PUT \ --url https://test-api.afrainity.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/report-cards/{id}/update-comments/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Update teacher and head teacher comments for a specific report card.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Exam session UUID
Report card UUID
Academic session UUID