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

# PUT /workspaces/{workspaceId}

`PUT /workspaces/{workspaceId}`

Updates a workspace.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `description` string — The description of the workspace.
  - `role` string — The ARN of the execution role associated with the workspace.
  - `s3Location` string — The ARN of the S3 bucket where resources associated with the workspace are stored.

## Response `200`

Success

- UpdateWorkspaceResponse
  - `updateDateTime` string, date-time, required — The date and time of the current update.

## Other responses

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

---

[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)
