speechwire_update_judge_email
Update a judge's email address by providing the judge ID and new email, preserving all other judge information.
Instructions
Update a judge's email address.
Replaces the email while preserving the judge's other values.
Parameters
judge_id : int ID of the judge to update. email : str New email address for the judge.
Returns
dict
{"success": bool, "judge_id": int | None, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| judge_id | Yes |