update_mural
Update a mural's title and background color by providing its ID and new values.
Instructions
Update a mural's properties.
Args:
mural_id: The mural ID.
title: New title.
background_color: New background color in hex with alpha.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| mural_id | Yes | ||
| background_color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |