代码托管 CodeArts Repo-查询某仓库对应的分支:响应参数

时间:2023-11-01 16:20:20

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

error

Error object

响应错误

result

BranchList object

响应结果

status

String

响应状态

表4 Error

参数

参数类型

描述

code

String

错误码

message

String

错误信息

表5 BranchList

参数

参数类型

描述

branches

Array of Branch objects

指定仓库的分支列表

total

Integer

指定仓库的分支总数

表6 Branch

参数

参数类型

描述

is_protected

Boolean

是否开启保护分支功能

name

String

分支名

support.huaweicloud.com/api-codehub/ShowBranchesByRepositoryId.html