update_document_section
Update the content of an existing document section in IT Glue by providing the document and section IDs along with new HTML content.
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 |
|---|---|---|---|
| document_id | Yes | The document ID | |
| section_id | Yes | The section ID (from list_document_sections) | |
| content | Yes | New HTML content for the section |