Move a family between PTA groups

Moves a family student from one event group to another and returns the refreshed schedule.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired

Request

This endpoint expects an object.
family_student_idintegerRequired
old_group_idintegerRequired
new_group_idintegerRequired

Response

Refreshed PTA schedule or a business-rule error envelope.

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