---
title: "Update workspace"
method: PUT
path: "/workspaces/{workspaceId}"
tags: ["workspaces"]
---

# Update workspace

`PUT /workspaces/{workspaceId}`

Updates a workspace.

## Headers

- `Content-Type` 'application/json', required

## Request body

- object
  - `name` string — The new Workspace name.

## Response `200`

Basic information about the updated Workspace

- object
  - `message` 'SUCCESS' — Message that indicates the request was successful.
  - `resultCode` 0 — * '0' Success
  - `result` WorkspaceListing
    - `id` number — Workspace ID.
    - `name` string — Workspace name.
    - `accessLevel` 'ADMIN' | 'COMMENTER' | 'EDITOR' | 'EDITOR_SHARE' | 'OWNER' | 'VIEWER'
    - `permalink` string — URL that represents a direct link to the workspace in Smartsheet.

## Other responses

- `default` — Generic Error Payload

---

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