save_document
Persist changes to an open HWP document. Supply the document ID and an optional output path to save to a new location; omit the path to overwrite the original.
Instructions
Save the document.
Args: doc_id: Document ID from open_document output_path: Optional output path. If None, overwrites the original.
Returns: Save confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||