Update a student
Updates a student and its family, academic-year placement, class or grade relation, and addresses in the active school. The complete validated student form and address array are required; the saved v2 student resource is returned.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Request
This endpoint expects an object.
firstname
lastname
address
family_id
academ_year_id
firstname_hebrew
lastname_hebrew
phone
email
dob
dob_hebrew
gender
Allowed values:
class_id
grade_id
Response
Student updated and returned as a v2 student resource.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

