update_paint_style
Update a paint style's name, paints, or description. Fields omitted remain unchanged.
Instructions
Update an existing paint style by id. Any of name / paints / description may be omitted to leave unchanged. Returns { ok, styleId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| paints | No | New paints (SOLID or gradient) | |
| styleId | Yes | Paint style id to update | |
| description | No |