update_paint_style
Update an existing paint style by ID with new name, paints, or description, leaving omitted fields 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 |