New Class, Cohort, User and Student Endpoints
New Features
List Classes (GET /classes): Provides a paginated list of classes that can be filtered by academic year and class name
List Cohorts (GET /smart-ia/cohorts): Provides a paginated list of cohorts that can be filtered by academic year and cohort name
Update Student Details (PATCH /students/{userId}/details): Update a student's date of birth or gender
Update User Name (PUT /users/{userId}/name): Update a user's name
Update User Password (PUT /users/{userId}/password): Change a user's password
5 structure changes including:
5 Additions
Added
5
GET /classes
GET /smart-ia/cohorts
PATCH /students/{userId}/details
PUT /users/{userId}/name
PUT /users/{userId}/password