Skip to main content
PUT
Update FAQ

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

knowledgeBaseId
string
required

The knowledge base ID

Example:

"kb_abc123def456"

faqId
string
required

The unique identifier for the FAQ entry

Example:

"faq_abc123"

Body

application/json
question
string

Updated FAQ question

Example:

"How do I change my password?"

answer
string

Updated FAQ answer

Example:

"Go to Settings > Security > Change Password."

Response

FAQ updated successfully

faq
object
Last modified on March 7, 2026