update_paint_style
Update a paint style's name, color, or description. Modify fill colors with hex values and change style metadata directly.
Instructions
Update an existing paint style's name, color, or description. Only paint styles support in-place updates — to modify text, effect, or grid styles, use delete_style and recreate them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New style name | |
| color | No | New fill color as hex e.g. #FF5733 | |
| styleId | Yes | Paint style ID | |
| description | No | New style description |