accept_change
Accept a tracked change in a Word document by its ID. Insertions are kept and deletions are removed.
Instructions
Accept a single tracked change by its change_id.
For insertions: keeps the inserted text (unwraps w:ins). For deletions: discards the deleted text (removes w:del).
Args: change_id: The integer id attribute of the w:ins or w:del element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |