更新镜像仓库
Method
POST
描述
更新镜像仓库
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
Action | UpdateRepository | string | 是 | |
Version | 2018-03-08 | string | 是 | |
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
Type | Public/Private | string | 是 | |
Description | 基本描述 | string | 否 | |
Label | 镜像类型,取值范围见创建 | string | 否 | |
RepositoryId | 镜像仓库Id | long | 是 | |
Detail | 详细描述 | string | 否 | |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
RequestId | | string | 是 | |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
ParameterMissing | The required input parameter %s for processing this request is not supplied. | 400 | 参数 %s 缺失 |
RepoNotFound | %s is not found. | 404 | %s请求的资源不存在 |
Forbidden | You have no right to access. | 403 | 无权访问 |
OutOfLengthLimit | %s is out of length limit. | 400 | %s超过长度限制 |
请求示例
POST https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=UpdateRepository
{
"Type":"Public",
"Description":"a repo for public usage",
"Label":"app",
"RepositoryId":209,
"Detail":"this is an image that based of Alpine. and this is used for rsync...."
}
返回示例
{
"RequestId": "9b5af368-fee2-4adb-ad29-6db7c39e4afa"
}