ghl_kb_faq_update
Update an existing FAQ in your knowledge base. Provide the FAQ ID and new question and answer to modify it.
Instructions
Update an existing knowledge base FAQ Endpoint: PUT /knowledge-bases/faqs/{id} (Version header: v3; source: v3/knowledge-base-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | faq ID as string | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |