Updating Protected Tags in Batches in a Repository
Function
This API is used to update protected tags in batches in a repository.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
Authorization Information
Each account root user has all the permissions required to call all APIs, but IAM users must be assigned the following required identity policy-based permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
|
Action |
Access Level |
Resource Type (*: required) |
Condition Key |
Alias |
Dependencies |
|---|---|---|---|---|---|
|
codeartsrepo:repository:setRepository |
Write |
- |
- |
- |
- |
URI
PUT https://{hostURL}/v4/repositories/{repository_id}/protected-tags
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
repository_id |
Yes |
Integer |
Definition You can query the project list to obtain the repository ID by calling the API used to query user's all repositories. Constraints N/A Default Value N/A Value range: 1~2147483647 |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Definition User token. Obtain one by calling the IAM API Obtaining a User Token. The value of X-Subject-Token in the response header is a token. Constraints N/A Range 1–100,000 characters. Default Value N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
names |
Yes |
Array of strings |
Definition: Protected tag name or wildcard list. Constraints: Mandatory. Value range: N/A. Default value: N/A. |
|
actions |
No |
Array of RepositoryProtectedTagActionBodyDto objects |
Definition: Permissions. Constraints: N/A. Value range: N/A. Default value: N/A. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
enable |
No |
Boolean |
Definition: Whether to enable. Constraints: N/A. Value range:
Default value: N/A. Default value: true |
|
user_ids |
No |
Array of objects |
Definition: User ID list. Constraints: N/A. Value range: Integer Default value: N/A. Value range: 1~2147483647 |
|
user_team_ids |
No |
Array of integers |
Definition: Member group ID list. Constraints: N/A. Value range: N/A. Default value: N/A. Value range: 1~2147483647 |
|
related_role_ids |
No |
Array of strings |
Definition: Associated role ID list. Constraints: N/A. Value range: N/A. Default value: N/A. |
|
action |
No |
String |
Definition: Event name. Constraints: N/A. Value range:
Default value: N/A. Enumeration values:
|
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
[items] |
Array of RepositoryProtectedTagDto objects |
Protected tag list in a repository. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
Integer |
Definition: Protection tag ID. Value range: 1–2147483647 |
|
name |
String |
Definition: Branch name or wildcard. Value range: N/A. |
|
actions |
Array of RepositoryProtectedActionDto objects |
Definition: Event list. Value range: N/A. |
|
Parameter |
Type |
Description |
|---|---|---|
|
action |
String |
Definition: Event name. Value range: N/A. |
|
enable |
Boolean |
Definition: Whether to enable. Value range:
|
|
users |
Array of RepositoryUserDto objects |
Definition: Whitelisted user list. Value range: N/A. |
|
user_teams |
Array of UserTeamBasicDto objects |
Definition: Whitelisted user group list. Value range: N/A. |
|
roles |
Array of BasicRoleDto objects |
Definition: Whitelisted role list. Value range: N/A. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
Integer |
Definition User ID. Value range: 1~2147483647 |
|
name |
String |
Definition Username. |
|
username |
String |
Definition Username. |
|
state |
String |
Definition: User status Value range:
Enumeration values:
|
|
avatar_url |
String |
Definition: Profile picture URL. Value range: N/A. |
|
nick_name |
String |
Definition: User alias. Value range: N/A. |
|
tenant_name |
String |
Definition: Tenant name. Value range: N/A. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
Integer |
Definition: User group ID. Value range: 1–2147483647 |
|
name |
String |
Definition: User group name. Value range: N/A. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
Integer |
Definition: Role ID. Value range: 1–2147483647 |
|
name |
String |
Definition: Role name. Value range: N/A. |
|
related_role_id |
String |
Definition: Associated role ID. Value range: N/A. |
|
chinese_name |
String |
Definition: Role name in Chinese. Value range: N/A. |
Example Requests
Update protected tags in batches in a repository.
PUT /v4/repositories/123/protected-tags
{
"names" : [ "ttt6", "ttt5" ],
"actions" : [ {
"action" : "create",
"enable" : true,
"user_ids" : [ 9124 ],
"user_team_ids" : [ 251 ],
"related_role_ids" : [ "Administrator" ]
} ]
}
Example Responses
Status code: 200
Protected tag list in a repository.
[ {
"id" : 124607,
"name" : "ttt7",
"actions" : [ {
"action" : "create",
"enable" : true,
"users" : [ {
"id" : 9087,
"name" : "test11",
"username" : "04ef19ad5eaf4b8c9cf2451d3536202d",
"state" : "blocked",
"avatar_url" : "",
"nick_name" : "",
"tenant_name" : "t1"
}, {
"id" : 9090,
"name" : "test3",
"username" : "ba1bd837aa09470ba4ccf0cebb837f89",
"state" : "blocked",
"avatar_url" : "",
"nick_name" : "",
"tenant_name" : "t1"
}, {
"id" : 9093,
"name" : "test444",
"username" : "a225d72a70df46c3a15915285be1eeb3",
"state" : "blocked",
"avatar_url" : "",
"nick_name" : "",
"tenant_name" : "t1"
} ],
"user_teams" : [ {
"id" : 247,
"name" : "team-1"
} ],
"roles" : [ {
"id" : 23836595,
"name" : "Administrator",
"related_role_id" : "7a96af96176e4f728f571b8af8551dec",
"chinese_name" : "Project administrator"
}, {
"id" : 23836597,
"name" : "Test manager",
"related_role_id" : "24f72d0b611746c3a43da596ea5065f5",
"chinese_name" : "Test manager"
}, {
"id" : 23836612,
"name" : "customer_role_1",
"related_role_id" : "31bcd56943f0491fbc2f410d163f70cc",
"chinese_name" : "customer_role_1"
} ]
} ]
} ]
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Protected tag list in a repository. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot