Update a scene
update_sceneReplace the content of one of your scenes (full scene JSON, validated first) — the edit loop for iterating instead of duplicating. Live previews watching the scene update in place. Requires an API key; own scenes only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name (unchanged if omitted) | |
| scene | Yes | The scene as a JSON object (preferred) or a JSON string. Call get_scene_format for the shape. | |
| scene_id | Yes | Scene id from create_scene or list_scenes | |
| make_public | No | Change public visibility (unchanged if omitted) |