update_text
Modify text widgets on a Mural by entering mural ID, widget ID, and properties to change text, location, size, rotation, style, or hyperlink.
Instructions
Update a text widget (title or textbox) on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the text/title/textbox.
properties: Object with fields to update. Supported fields:
x, y, width, height, rotation, text,
style: { backgroundColor, font, fontSize, textAlign },
title, hyperlink, hyperlinkTitle, parentId, hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |