add_court
Add a court, pitch or table. Courts are what the schedule puts matches on and what the projector groups them by, so a tournament with none can be played but not organised: update_fixture's court argument has nothing to point at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Court name, e.g. 'Court 1' | |
| position | No | Order on the screen, 0-based (default: after the last one) | |
| session_token | Yes | The session_token returned by create_tournament | |
| tournament_id | Yes | Tournament ID |