foundry_update_scene
Update Foundry VTT scene details by scene ID, name, or active status. Enables permission-scoped access for specific users.
Instructions
Update a scene by ID, name, or active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON object accepted by Foundry. | |
| name | No | ||
| active | No | ||
| userId | No | Optional Foundry user ID or username for permission-scoped access. | |
| sceneId | No | ||
| clientId | No | Foundry client ID; defaults to FOUNDRY_CLIENT_ID. |