update_presentation
Modify a presentation's metadata to change its title or toggle dark mode. For slide content, use update_slide.
Instructions
Update a presentation's metadata. Use update_slide for slide content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The presentation ID | |
| title | No | New title | |
| darkMode | No | Set to true for dark theme, false for light theme |