update_document_section
Replace the content of an existing IT Glue document section with new HTML by providing the document ID and section ID. Retrieve section IDs with list_document_sections, then publish the document to apply changes.
Instructions
Update the content of an existing IT Glue document section. Use list_document_sections to get section IDs. Call publish_document after editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New HTML content for the section | |
| section_id | Yes | The section ID (from list_document_sections) | |
| document_id | Yes | The document ID |