Set an individual requirement status

Updates one family's or student's registration requirement status and optionally attaches uploaded files.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
requirement_idintegerRequired
family_idintegerRequired
student_idinteger or nullOptional
statusinteger or nullOptional
fileinteger or nullOptional
checkedboolean or nullOptional

Response

Requirement status updated
statusstring
messagestring
datalist of maps from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error