Add a report-card review comment

Creates a root review comment for a report-card entry or subject, or appends a reply beneath the supplied parent comment.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
report_card_batch_idintegerRequired
student_idintegerRequired
commentstringRequired
subject_idintegerOptional
resolvedbooleanOptional
parent_idinteger or nullOptional

Response

Review comment created.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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