Update a school class
Updates editable class fields such as name, activity, level, description, or batch.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Numeric school class identifier.
Request
This endpoint expects an object.
name
level
description
active
batch_id
Response
The school class was updated successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

