update_slide
Replace a slide's content by passing a presentation ID, slide index, and a new elements array. Use it to update existing slides when text or element positions change.
Instructions
Update a slide's content. Replaces elements array entirely.
Design rules:
backgroundColor: ALWAYS "default"
font: ALWAYS "default"
Text color: ALWAYS "default"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elements | No | Array of elements. Each MUST have id, type, and position {x,y,width,height} | |
| slideIndex | Yes | Index of the slide to update (0-indexed) | |
| presentationId | Yes | The presentation ID | |
| backgroundColor | No | ALWAYS "default" |