Update Workspace
POST/v1/organizations/workspaces/{workspace_id}
Update Workspace
Path Parameters
workspace_id: string
ID of the Workspace.
Body ParametersJSON
name: string
Name of the Workspace.
Returns
Update Workspace
curl https://api.anthropic.com/v1/organizations/workspaces/$WORKSPACE_ID \
-H 'Content-Type: application/json' \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY" \
-d '{
"name": "x"
}'