Updates the information of a repository in an instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateRepository |
The operation that you want to perform. Set the value to UpdateRepository. |
InstanceId | String | Yes | cri-kmsiwlxxdcvaduwb |
The ID of the instance. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the instance resides. |
RepoId | String | Yes | crr-tquyps22md8purzx |
The ID of the repository. |
RepoType | String | Yes | PUBLIC |
The type of the repository. Valid values: PUBLIC and PRIVATE. |
Summary | String | No | test repo |
The summary of the repository. |
Detail | String | No | repo-for-test |
The description of the repository. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IsSuccess | Boolean | true |
Indicates whether the operation is successful. |
Code | String | success |
The code returned for the request. |
RequestId | String | CC43EC6B-0DD4-40AE-8811-B0519617051A |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=UpdateRepository
&InstanceId=cri-kmsiwlxxdcvaduwb
&RegionId=cn-shanghai
&RepoId=crr-tquyps22md8purzx
&RepoType=PUBLIC
&Summary="test repo"
&<Common request parameters>
Sample success responses
JSON
format
{
"IsSuccess":true,
"RequestId":"CC43EC6B-0DD4-40AE-8811-B0519617051A",
"Code":"success"
}
XML
format
<IsSuccess>true</IsSuccess>
<RequestId>CC43EC6B-0DD4-40AE-8811-B0519617051A</RequestId>
<Code>success</Code>
Error codes
For a list of error codes, visit the API Error Center.