Skip to main content
PATCH
Update Trust Center FAQ

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required
faqId
string
required

Body

application/json
question
string
required

The FAQ question.

answer
string
required

The FAQ answer.

categoryId
string | null

The category to place this FAQ in. Pass null to move to uncategorized. Omit to leave unchanged (on update) or default to uncategorized (on create).

Response

200 - application/json

Ok

id
string
required

Unique identifier for the Trust Center FAQ.

question
string
required

The FAQ question.

answer
string
required

The FAQ answer.

category
object | null
required

The category this FAQ belongs to, or null if uncategorized.