update_shape
Update an existing shape on a Mural by specifying its widget ID and adjusting its position, size, text, or color.
Instructions
Update a shape on a mural
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| text | No | ||
| width | No | ||
| height | No | ||
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. | |
| widgetId | Yes | Widget ID | |
| backgroundColor | No | Color hex, e.g. #FF0000FF |