Update a school grade

Updates editable grade fields and returns the refreshed grade resource.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired
Numeric identifier of the grade to update.

Request

This endpoint expects an object.
activeboolean or nullOptional
namestring or nullOptional
levelinteger or nullOptional
legal_grade_idinteger or nullOptional
descriptionstring or nullOptional
batch_idinteger or nullOptional
migrates_frominteger or nullOptional

Response

The updated grade is returned in the success envelope.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error