Swap a family between event groups

Moves a selected family/student from one event group to another family/student in the same PTA event.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired
PTA event identifier.

Request

This endpoint expects an object.
old_family_student_idintegerRequired
old_group_idintegerRequired
new_family_student_idintegerRequired
new_group_idintegerRequired

Response

Updated event slot and family payload.
statusstring
messagestring
datamap from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error