mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
接口文档修改
This commit is contained in:
@@ -3502,13 +3502,13 @@ curl -X GET http://localhost:3000/api/ci/languages/114.json | jq
|
|||||||
|
|
||||||
#### 获取构建列表
|
#### 获取构建列表
|
||||||
```
|
```
|
||||||
GET /api/:owner/:repo/builds
|
GET /api/:owner/:repo/builds??branch={branch}
|
||||||
```
|
```
|
||||||
|
|
||||||
*示例*
|
*示例*
|
||||||
```bash
|
```bash
|
||||||
curl -X GET \
|
curl -X GET \
|
||||||
http://localhost:3000/api/Jason/forge/builds | jq
|
http://localhost:3000/api/Jason/forge/builds?branch=develop | jq
|
||||||
```
|
```
|
||||||
|
|
||||||
*请求参数说明:*
|
*请求参数说明:*
|
||||||
|
|||||||
Reference in New Issue
Block a user