Update a school test

Updates the selected school test with the same validated fields used at creation.

Authentication

AuthorizationBearer

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

Path parameters

school_teststringRequired

Request

This endpoint expects an object.
namestringRequired<=255 characters
academic_year_idintegerRequired
school_test_type_idintegerRequired
subject_idintegerRequired
descriptionstring or nullOptional
blank_test_file_manager_idinteger or nullOptional
answer_test_file_manager_idinteger or nullOptional
grading_instructionsstring or nullOptional
min_passing_score_idinteger or nullOptional
grading_scale_type_idinteger or nullOptional
min_valueinteger or nullOptional
max_valueinteger or nullOptional

Response

The school test was updated.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

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