Change a report-card entry status

Updates the status for one student’s report-card entry; approving status 4 also queues report-card generation.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
status_idintegerRequired
batch_idintegerRequired
student_idintegerRequired

Response

Status updated; data contains the entry id.

statusstring
messagestring
dataobject

Errors

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