Skip to main content
Version: v3

Update an existing knowledge base FAQ

PUT 

/knowledge-bases/faqs/:id

Updates the question and/or answer of an existing FAQ. WHEN TO USE: use this when you need to change wording on a FAQ you already have; use create to add a new FAQ; use delete to remove one. RETURNS: whether the update succeeded.

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired

faq ID as string

application/json

Bodyrequired

    questionstringrequired

    faq question as a string

    answerstringrequired

    faq answer as a string

application/json

FAQ updated successfully

Schema
    successbooleanrequired

    Success status of the update operation