update_shape
Update a shape widget on a mural by specifying its ID and the properties to change, such as position, size, text, and styling.
Instructions
Update a shape widget on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the shape.
properties: Object with fields to update. Supported fields:
x, y, width, height, rotation, text, htmlText,
style: { backgroundColor, borderColor, borderStyle, borderWidth, bold, italic, underline, strike, font, fontColor, fontSize, textAlign },
title, parentId, hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |