update_area
Modify an existing area on a Mural by changing its position, size, title, or background color. Specify the mural and widget IDs to update the area's properties.
Instructions
Update an area on a mural
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| title | 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 |