update_tenant_slug
Change the team address that appears in every quiz link, moving all public quiz URLs to the new address. Intended for rare, deliberate renames by owners or admins.
Instructions
Change the team address of the current team — the first path segment of every quiz link on the platform domain (quizster.app//). Owner / admin only. Lowercase letters, digits, hyphens and underscores, 4-32 chars, must start and end with a letter or digit, unique across the whole platform, and cannot be cleared. Changing it moves EVERY public quiz link of the team at once and the old address stops resolving (cached entries may linger briefly), so treat this as a rare, deliberate rename — not routine tuning; token addresses (/a/) keep working. Read the current value with get_active_tenant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The new team address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The new team address — the first path segment of every platform-domain quiz link | |
| tenantId | No | The team that was renamed |