UpdateGroup - 更新代码组信息

更新时间:2024-09-05 08:04:11

更新单个代码组信息,以pathWithNamespace作为唯一标识。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

PUT /groups/modify

请求参数

名称类型必填描述示例值
名称类型必填描述示例值
organizationIdstring

企业标识,也称企业 ID,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】

1e9903d8b3f1xxxxxf9286ef5
accessTokenstring

个人访问令牌。 使用阿里云 AK+SK 或使用 STS 临时授权方式不需要传该字段

f0b1e61dxxxxxxx975a93f9129d2513
bodyobject

请求 Body

pathWithNamespacestring

代码组完整路径(含父路径)

org/group/subgroup/here
namestring

代码组名称

codeup_group
pathstring

代码组路径

codeup_group
visibilityLevelinteger

代码组的可见性

  • 0:私有
  • 10:企业可见
10
descriptionstring

代码组描述

描述信息的具体内容
avatarUrlstring

代码组的头像地址

https://tcs-devops.aliyuncs.com/thumbnail/112afcb7a6a35c3f67f1bea827c4/w/100/h/100

返回参数

名称类型描述示例值
名称类型描述示例值
object

Schema of Response

requestIdstring

请求 ID

ASSDS-ASSASX-XSAXSA-XSAXSAXS
errorCodestring

错误码

success
errorMessagestring

错误信息

InvalidParam.NoPermission
successboolean

调用是否成功

true
resultobject

返回详情结果

idlong

代码组主键 ID

30815
pathWithNamespacestring

代码组完整路径(含父路径)

codeup-test-org/test-codeup
nameWithNamespacestring

代码组完整名称(含父路径)

codeup-test-org / codeup(斜杠两侧有空格)
namestring

代码组名称

codeup
pathstring

代码组路径

test-codeup
ownerIdlong

拥有者 ID

19230
parentIdlong

父路径 ID

26842
descriptionstring

代码组的描述信息

描述信息的具体内容
avatarUrlstring

代码组头像地址

https://tcs-devops.aliyuncs.com/thumbnail/112afcb7a6a35c4ef67f1bea827c4/w/100/h/100
webUrlstring

页面访问时的 URL

""
typestring

类型,默认为 Group

Group
visibilityLevelinteger

代码组的可见性

  • 0:私有
  • 10:企业可见
10

示例

正常返回示例

JSON格式

{
  "requestId": "ASSDS-ASSASX-XSAXSA-XSAXSAXS",
  "errorCode": "success",
  "errorMessage": "InvalidParam.NoPermission",
  "success": true,
  "result": {
    "id": 30815,
    "pathWithNamespace": "codeup-test-org/test-codeup",
    "nameWithNamespace": "codeup-test-org / codeup(斜杠两侧有空格)",
    "name": "codeup",
    "path": "test-codeup",
    "ownerId": 19230,
    "parentId": 26842,
    "description": "描述信息的具体内容",
    "avatarUrl": "https://tcs-devops.aliyuncs.com/thumbnail/112afcb7a6a35c4ef67f1bea827c4/w/100/h/100",
    "webUrl": "\"\"",
    "type": "Group",
    "visibilityLevel": 10
  }
}

错误码

HTTP status code错误码错误信息描述
HTTP status code错误码错误信息描述
403Forbidden.UserNotAdminOrOwnerThe current user is not an admin or owner in the organization and is not authorized to perform the operation.当前用户非该企业管理员或拥有者,无权进行操作。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (1)
  • 调试
  • 授权信息
  • 请求语法
  • 请求参数
  • 返回参数
  • 示例
  • 错误码
  • 变更历史