speechwire_update_judge_availability
Replace a judge's availability slots while preserving other judge data. Input a judge ID and a list of new time slot IDs to set availability.
Instructions
Replace a judge's availability slots while preserving other values.
Parameters
judge_id : int ID of the judge to update. available_slots : list[int] Provider slot_id values from speechwire_list_timeslots for which the judge should be available. Replaces all current availability.
Returns
dict
{"success": bool, "judge_id": int | None, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judge_id | Yes | ||
| available_slots | Yes |