From afd677cd36499a07c725769cb2b5fdf6441aa587 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Feb 2021 10:49:12 -0700 Subject: [PATCH] update API docs --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddb04d0..dbdb861 100644 --- a/README.md +++ b/README.md @@ -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" + } } ] }