haops_update_help_article
Update a help article by slug, modifying its title, HTML content, or published status.
Instructions
Update an existing help article by slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The article slug to update | |
| title | No | New title (optional) | |
| content | No | New content in HTML (optional) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| isPublished | No | Set published status (optional) |