Get a project repository tree
GET
/v3/projects/{id}/repository/treeGet a project repository tree
请求参数
Path 参数
id
string
必需
The ID of a project
Query 参数
ref_name
string
可选
The name of a repository branch or tag, if not given the default branch is used
path
string
可选
The path of the tree
recursive
boolean
可选
Used to get a recursive tree
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a project repository tree
数据结构
Get a project repository tree
id
string
可选
name
string
可选
type
string
可选
path
string
可选
mode
string
可选
示例
{
"id": "string",
"name": "string",
"type": "string",
"path": "string",
"mode": "string"
}
最后修改时间: 1 个月前