Create a file category

Creates a titled file category under an optional parent in the active school.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
titlestringRequired<=255 characters
colorstring or nullOptional<=20 characters
parent_idinteger or nullOptional

Response

Category created.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error