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

# Update workspace

`PUT /workspaces/{id}`

Updates the name of the specified workspace

## Path parameters

- `id` integer, required

## Query parameters

- `name` string, required

## Response `200`

Workspace updated successfully

## Other responses

- `404` — Workspace not found

---

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