Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Update Workspace changed

api/beta/organization/workspaces/update

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+13added
Lines−8removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Update Workspace
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/update
4---
5 
16# Update Workspace
27 
38**POST** `/v1/organizations/workspaces/{workspace_id}`
from line 73
6873 
6974- `BetaWorkspace object`
7075 
76 - `type: "workspace"`
77 
78 Object type.
79 
80 For Workspaces, this is always `"workspace"`.
81 
82 default: workspace
83 
7184 - `id: string`
7285 
7386 ID of the Workspace.
from line 156
143156 - `tags: map[string]`
144157 
145158 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
146 
147 - `type: "workspace"`
148 
149 Object type.
150 
151 For Workspaces, this is always `"workspace"`.
152 
153 default: workspace
154159 
155160## Example
156161