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_id
student_id
score_value
comments
test_file_id
Response
Score was created, updated, or deleted and its identifier is returned.
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

