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

idintegerRequired>=1
Student status identifier to update.

Request

This endpoint expects an object.
titlestringOptional<=255 characters
descriptionstring or nullOptional

Response

Student status was updated and returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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