Create a student status

Creates a school student status with a unique title and returns the newly created status resource.

Authentication

AuthorizationBearer

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

Request

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

Response

Student status was created.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error