Skip to main content
POST
Bulk Set Team State

Authorizations

Authorization
string
header
required

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

Body

application/json

Atomic bulk state change (agents or teams).

Bounded at 200 ids to keep a single transaction's memory footprint and lock window small. Exceeding the bound → 422.

ids
string<uuid>[]
required
Required array length: 1 - 200 elements
state
enum<string>
required
Available options:
draft,
coming_soon,
beta,
live,
hidden
note
string | null
Maximum string length: 500

Response

Successful Response