ghl_update_faq
Update an existing FAQ by providing its ID along with the new question and answer text. Both fields are required to successfully modify the FAQ in GoHighLevel.
Instructions
Update the question and answer of an existing FAQ. Both question and answer are required by the API. Returns { success: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faqId | Yes | The FAQ ID to update | |
| answer | Yes | Updated answer text | |
| question | Yes | Updated question text |