# Update workspace Update fields on a specific workspace. Currently supports updating the workspace name. To update workspace branding (logo, colors, company info), use PUT /auth/branding/entity. Endpoint: PUT /auth/organization/{organizationId}/workspace/{workspaceId} Version: 1.2.0 Security: ShuffllApiKey ## Path parameters: - `organizationId` (string, required) Unique identifier for the organization Example: "693fb82afd8d1c43077ba0fb" - `workspaceId` (string, required) Unique identifier for the workspace Example: "693fb82afd8d1c43077ba0fe" ## Request fields (application/json): - `name` (string) New display name for the workspace Example: "Marketing Team Workspace" ## Response 400 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request" ## Response 404 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request" ## Response 200 fields