---
title: "Patch Workspace"
method: PATCH
path: "/api/v1/workspaces/{workspace_id}"
tags: ["workspaces"]
---

# Patch Workspace

`PATCH /api/v1/workspaces/{workspace_id}`

Update a workspace.

## Path parameters

- `workspace_id` string, uuid, required

## Request body

- WorkspacePatch — Patch model for the workspace.
  - `display_name` string, required

## Response `200`

Successful Response

- AppSchemasTenant — Tenant schema.
  - `id` string, uuid, required
  - `organization_id` string, uuid, nullable
  - `created_at` string, date-time, required
  - `display_name` string, required
  - `is_personal` boolean, required
  - `is_deleted` boolean, required
  - `tenant_handle` string, nullable
  - `data_plane_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
