update_content_control
Updates the title, tag, or placeholder text of an existing content control in a Word document.
Instructions
Modify properties of an existing content control.
Args: control_id: The w:id value of the content control to update. title: New title (w:alias/@w:val). Omit to leave unchanged. tag: New tag (w:tag/@w:val). Omit to leave unchanged. placeholder_text: New placeholder text. Omit to leave unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| control_id | Yes | ||
| title | No | ||
| tag | No | ||
| placeholder_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |