Skip to main content
PATCH
Admin Update Team Faqs

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 faqs JSONB list for a team.

Each entry must have non-blank question + answer strings — an empty FAQ row is worse than no row at all (breaks the accordion render).

faqs
Faqs · object[]
required
Minimum array length: 1
note
string | null
Maximum string length: 500

Response

Successful Response