Skip to main content
PATCH
Admin Update Team Display Metadata

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 the display_metadata JSONB blob for a team.

Guards (per PR 3 risk register): gradient.from / gradient.to must be non-blank — an admin accidentally emptying these would blank out the team's public detail page hero.

display_metadata
Display Metadata · object
required

Display metadata blob (gradient, accent_color, hero, etc.)

note
string | null
Maximum string length: 500

Response

Successful Response