Update workspace
Update a workspace's description.
Example:
```
PUT /apis/entities/v2/workspaces/ml-team
{
"description": "Updated description for ML Team"
}
```
Path parameters
name
Request
This endpoint expects an object.
description
Updated description
Response
Successful Response
id
System-generated UUID
name
Workspace name (user-provided)
created_at
Timestamp of workspace creation
updated_at
Timestamp of last workspace update
description
Optional description
created_by
Principal id for workspace creator
updated_by
Principal id for last workspace update
Errors
422
Unprocessable Entity Error