speechwire_update_judge_school
Replace a judge's team affiliation while preserving other details. Provide judge ID and new team ID.
Instructions
Update a judge's school (team) affiliation.
Replaces the team affiliation while preserving the judge's other values.
Parameters
judge_id : int ID of the judge to update. team_id : int New team/school ID. Get valid IDs from speechwire_list_teams.
Returns
dict
{"success": bool, "judge_id": int | None, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| judge_id | Yes |