Skip to main content
PATCH
Admin Set Team Type V2 Routing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Body

application/json

Per-team-type v2 routing override (Wave 2f).

default clears the override (sets team_type_registry.v2_routing to NULL) — env-flag resolution then drives routing for that slug. v1 / v2 force a specific orchestrator regardless of env flags.

v2_routing
enum<string>
required
Available options:
v1,
v2,
default
note
string | null
Maximum string length: 500

Response

Successful Response