Updates the URL of the source code repository that is bound to an image repository.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cr:UpdateSourceRepository | update | *Repository acs:cr:{#regionId}:{#accountId}:repository/{#Instanceid}/{#Namespacename}/{#Repositoryname} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the Container Registry Enterprise Edition instance. | cri-shac42yvqzvq**** |
RepoId | string | Yes | The ID of the image repository. | crr-gzsrlevmvoa**** |
CodeRepoType | string | Yes | The type of the source code hosting platform. Valid values: GITHUB, GITLAB, GITEE, CODE, and CODEUP. | GITHUB |
CodeRepoNamespaceName | string | Yes | The namespace to which the source code repository belongs. | namespace |
CodeRepoName | string | Yes | The name of the source code repository. | repo |
AutoBuild | string | No | Specifies whether to enable automatic image building when code is committed. Valid values:
| true |
OverseaBuild | string | No | Specifies whether to enable Build With Servers Deployed Outside Chinese Mainland. Valid values:
| false |
DisableCacheBuild | string | No | Specifies whether to disable building caches. Valid values:
| false |
CodeRepoId | string | No | The ID of the source code repository. | crr-cp7d6sget5r**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"IsSuccess": true,
"RequestId": "F56D589D-AF7F-4900-BA46-62C780AC2C10"
}
Error codes
HTTP status code | Error code | Error message |
---|
HTTP status code | Error code | Error message |
---|---|---|
403 | NoPrivilege | Access denied for this user. |
500 | SystemError | Unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
Change time | Summary of changes | Operation |
---|