Skip to main content
PUT
/
api
/
v1
/
school
/
sessions
/
{session_pk}
/
exam-sessions
/
{exam_session_pk}
/
report-cards
/
generate-class-ranks
Generate class rankings
curl --request PUT \
  --url https://test-api.afrainity.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/report-cards/generate-class-ranks/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

exam_session_pk
string<uuid>
required

Exam session UUID

id
string<uuid>
required

Report card UUID

session_pk
string<uuid>
required

Academic session UUID

Body

{key}
any

Response

{key}
any