update API docs

Bu işleme şunda yer alıyor:
AJ ONeal 2021-02-15 10:49:12 -07:00 işlemeyi yapan: GitHub
ebeveyn d1631b04b5
işleme afd677cd36
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 12 ekleme ve 3 silme

Dosyayı Görüntüle

@ -170,9 +170,18 @@ GET /api/admin/jobs
"success": true,
"jobs": [
{
"job_id": "xxxx",
"created_at": "2020-01-01T00:00:00Z",
"ref": "0000000",
"job_id": "XXXXXXXXXXXX",
"created_at": "2020-01-01T12:30:45.999Z",
"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"
}
}
]
}