update API docs
This commit is contained in:
parent
d1631b04b5
commit
afd677cd36
15
README.md
15
README.md
|
@ -170,9 +170,18 @@ GET /api/admin/jobs
|
||||||
"success": true,
|
"success": true,
|
||||||
"jobs": [
|
"jobs": [
|
||||||
{
|
{
|
||||||
"job_id": "xxxx",
|
"job_id": "XXXXXXXXXXXX",
|
||||||
"created_at": "2020-01-01T00:00:00Z",
|
"created_at": "2020-01-01T12:30:45.999Z",
|
||||||
"ref": "0000000",
|
"ref": {
|
||||||
|
"https_url": "https://github.com/example-org/example-project.git",
|
||||||
|
"ssh_url": "git@github.com:example-org/example-project.git",
|
||||||
|
"rev": "xxxxxxx",
|
||||||
|
"ref": "refs/heads/demo",
|
||||||
|
"ref_type": "branch",
|
||||||
|
"ref_name": "master",
|
||||||
|
"repo_owner": "example-org",
|
||||||
|
"repo_name": "example-project"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue