Update a school test event
Updates an event date and replaces its student, class, and structure-node associations with the submitted lists.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
event
Event identifier to update.
Request
This endpoint expects an object.
school_test_id
event_date
Student
SchoolClass
Node
Response
Event updated and its identifier returned.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

