update_effect_style
Update a Figma effect style by ID, replacing effects (shadows and blurs) or modifying its name and description, to keep shared styles in sync with code.
Instructions
Update an existing effect style by id. Any of name / effects / description may be omitted to leave unchanged; effects, when given, replaces the whole list. Shadows (DROP_SHADOW / INNER_SHADOW) need color + offset; blurs (LAYER_BLUR / BACKGROUND_BLUR) need radius. Use this to keep a shared style in sync with code instead of creating a duplicate. Returns { ok, styleId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| effects | No | New effects (replaces all) | |
| styleId | Yes | Effect style id to update | |
| description | No |