Skip to main content
PUT
Star a team

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Path Parameters

teamId
string
required

Body

application/json
slug
string | null
name
string | null
logo
string | null

Response

{ success, data: { starred: true, team } }