Update a student record
Updates editable student identity, contact, medical, and academic placement fields for the active school.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Student identifier to update.
Request
This endpoint expects an object.
firstname
lastname
firstname_hebrew
lastname_hebrew
phone
email
dob
gender
address
city
state
country
zip
gov_id
class_id
grade_id
status_id
academic_year_id
Response
Student was saved successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

