收藏镜像仓库
Method
GET
描述
收藏镜像仓库
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
RepositoryId | 镜像仓库Id | long | 是 | |
Favorite | 收藏/取消收藏 | boolean | 是 | |
Action | UpdateFavoriteFlag | string | 是 | |
Version | 2018-03-08 | string | 是 |
返回参数
无返回参数
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
MissingParameter | The required input parameter %s for processing this request is not supplied. | 400 | 参数 %s 缺失 |
ResourceNotFound | %s is not found. | 404 | %s请求的资源不存在 |
ResourceBelongToYou | %s already belongs to you. | 400 | %s已经属于你 |
OperationNotAllowed | This operation is not allowed. | 400 | 操作不被允许 |
请求示例
GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=UpdateFavoriteFlag&RepositoryId=19&Favorite=true
返回示例
{
"RequestId": "8a722cb1-a7f9-464b-8c2b-72ec8c19f3da"
}