Update settings
update_settingsChange the tournament name, start time, match duration, break/changeover minutes, courts (count or names), house rules, or courtside score entry from the page. Court changes recompute the remaining schedule; played matches never move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| courts | No | ||
| language | No | Page/PDF/email language, ISO 639-1 (default en) | |
| location | No | Venue/location shown to players; pass an empty string to clear it | |
| request_id | No | Optional idempotency id — retrying a call with the same id never applies it twice | |
| signup_cap | No | ||
| start_time | No | ISO datetime with offset. Must be within 365 days from today. | |
| court_names | No | ||
| house_rules | No | ||
| level_scale | No | How to read the numbers in `level`. absolute (default): one shared scale, a 3 is a 3 whoever holds it. by_group: men and women were each rated within their own group, so the numbers are not directly comparable — ask the organiser which they did rather than guessing. ignore: the numbers are notes, never used for the draw. | |
| signup_open | No | Open or close self-signup on the page | |
| level_offset | No | by_group only: how much stronger an m is than an f carrying the SAME number, in the organiser's own level units. Default 1 — a starting point to adjust, not a fact. Used for balancing only; never shown on the page or in standings. | |
| break_minutes | No | Changeover between matches/rounds, shown separately from play time | |
| level_gap_cap | No | Opt-in: the largest level gap the organiser wants between opponents, in their own level units. Soft — the draw prefers to respect it and reports when it cannot. Pass 0 to clear. | |
| gender_balance | No | Americano/mexicano: prefer matches where both teams have the same make-up (MM v MM, MW v MW, WW v WW). Default prefer_symmetric. A preference, not a rule — an uneven field cannot supply it, and the draw says so rather than distorting the rotation. | |
| tournament_key | Yes | The tournament's organiser key (starts with tk_) | |
| page_results_entry | No | Allow anyone with the page link to enter scores courtside. ON for new tournaments — pass false when the organiser wants to be the only one recording results, true to hand it back to the players. | |
| match_duration_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courts | Yes | ||
| preview | No | True when this is a preview — nothing was changed | |
| summary | Yes | What happened, in one line | |
| promoted | Yes | Waitlisted players a raised cap let in |