Update a student status
Updates a student status title or description while enforcing unique active titles within the current school database.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Student status identifier to update.
Request
This endpoint expects an object.
title
description
Response
Student status was updated and returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

