Apply an edit to an animation
apply_editApply a regenerated SVG to update an animation referenced by an edit request. The preview refreshes live with the change.
Instructions
Apply a regenerated SVG to the animation referenced by an edit request (from await_edit_request). Updates the animation in place — the preview UI refreshes live. Pass the complete new .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svg | Yes | The complete, self-contained updated <svg>...</svg> with the change applied. | |
| requestId | Yes | The id from the await_edit_request result. |