更新工作空间
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateWorkspace | 要执行的操作,取值:UpdateWorkspace。 |
Version | String | 是 | 2021-03-04 | API的版本,取值:2021-03-04。 |
Name | String | 是 | name | 工作空间名称 |
ID | String | 是 | wcxxxxxxxxxxxxxxxxxxx | 工作空间ID |
Description | String | 是 | description | 工作空间描述 |
CoverPath | String | 否 | template-cover/pic1.png | 图片位于存储桶的路径,为空表明使用官方第一张图片 |
Labels | Array of String | 否 | ["DNA"] | 工作空间标签,全量更新 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Updated | Boolean | true | 是否存在内容更新 |
POST /?Action=UpdateWorkspace&Version=2021-03-04 Content-Type:application/json { "ID": "wcxxxxxxxxxxxxxxxxxxx", "Name": "name", "Description": "description", "Labels": ["DNA"] }
HTTP/1.1 200 OK Content-Type:application/json { "ResponseMetadata": { "RequestId": "202211302208xxxx", "Action": "UpdateWorkspace", "Version": "2021-03-04", "Service": "bio", "Region": "cn-beijing" }, "Result": { "Updated": true } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | ParamErr | <透传错误内容> | 参数错误 |
403 | ForbiddenErr | <透传错误内容> | 无权限 |
404 | NotFoundErr | <资源类型>[<具体资源id>] not found | 资源不存在 |
405 | CanNotExecErr | <透传错误内容> | 操作无法执行 |
500 | InternalErr | <透传错误内容> | 内部错误 |