最近更新时间:2021-03-22 16:31:48
此接口适用于更新仓库描述信息
GET/POST(推荐使用POST)
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
RepoName | String | 是 | 镜像仓库名称 |
Description | String | 是 | 镜像仓库描述内容 |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 任务请求id |
查询更新镜像描述信息为This is a test Repo
http://kce.api.ksyun.com/?Action=UpdateRepoDesc&Version=2018-03-14
&RepoName=my-namespace/my-repo
&Description=This is a test Repo
{
"RequestId": "02ab6b7c-21e0-44f8-9927-c730d05bea52"
}
纯净模式