Promote from waitlist
promote_playerMove a waitlisted player onto the active roster when a spot opens (signed-in players are notified by email). The cap can be raised with update_settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| request_id | No | Optional idempotency id — retrying a call with the same id never applies it twice | |
| tournament_key | Yes | The tournament's organiser key (starts with tk_) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| status | Yes | ||
| preview | No | True when this is a preview — nothing was changed | |
| summary | Yes | What happened, in one line |