Skip to main content
PATCH
Admin Update Team Pricing

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

Replace a team's tier pricing structure.

The tiers JSONB column accepts any shape; we validate the minimum here — each tier must have a numeric price. Tier names are free-form to support bespoke team compositions beyond starter/professional/enterprise.

tiers
Tiers · object
required

tier-name → tier-config mapping

note
string | null
Maximum string length: 500

Response

Successful Response