update_document
Update existing IT Glue documents by specifying ID and optional changes to name, content, folder, or public visibility.
Instructions
Update an existing document.
Args: document_id: The document ID name: New document name content: New document content document_folder_id: New folder ID public: New public visibility status
Returns: JSON string with the updated document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| public | No | ||
| content | No | ||
| document_id | Yes | ||
| document_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |