Create or replace a student event score

Creates or updates the score for a student and event, or removes the existing score when all score fields are empty.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
school_test_event_idintegerRequired
student_idintegerRequired
score_valuestring or nullOptional
commentsstring or nullOptional
test_file_idinteger or nullOptional

Response

Score was created, updated, or deleted and its identifier is returned.

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error