Examplary
  • Start for free

    Update session

    Update an exam session. Currently supports renaming the student, which is not allowed for sessions taken by a signed-in student.

    PATCH https://api.examplary.ai/exams/{id}/sessions/{sessionId}

    Path parameters

    idstringrequired
    sessionIdstringrequired

    Request body

    application/json
    studentNamestring· min length: 2· max length: 255required

    Requirements

    User roles

    This endpoint requires the teacher, admin, or owner role to be present.

    OAuth scopes

    This endpoint requires the exams:write scope to be present.