create_document_section
Add a heading or text section to an IT Glue document, then publish changes to update the document.
Instructions
Add a new section to an IT Glue document. Section types: 'heading' (Document::Heading) or 'text' (Document::Text). Call publish_document after editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The document ID | |
| section_type | Yes | Section type: 'heading' for Document::Heading, 'text' for Document::Text | |
| content | Yes | HTML content for the section |