---
title: "PUT /workspaces/{workspaceId}/scenes/{sceneId}"
method: PUT
path: "/workspaces/{workspaceId}/scenes/{sceneId}"
---

# PUT /workspaces/{workspaceId}/scenes/{sceneId}

`PUT /workspaces/{workspaceId}/scenes/{sceneId}`

Updates a scene.

## Path parameters

- `workspaceId` string, required
- `sceneId` string, required

## Request body

- object
  - `contentLocation` string — The relative path that specifies the location of the content definition file.
  - `description` string — The description of this scene.
  - `capabilities` SceneCapability[] — A list of capabilities that the scene uses to render.
  - `sceneMetadata` object — The scene metadata.

## Response `200`

Success

- UpdateSceneResponse
  - `updateDateTime` string, date-time, required — The date and time when the scene was last updated.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/iottwinmaker.md) · [All operations](https://skmtc.net/aws/apis/iottwinmaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iottwinmaker/versions/a66a26fd65ea/schema)
