From 9a232485bf01efdfabae726f83c8dc9a96c6870e Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 27 Oct 2015 13:06:13 -0700 Subject: [PATCH] update swagger to include new fields --- docs/swagger.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/swagger.yml b/docs/swagger.yml index df70b7faa..4406fca78 100644 --- a/docs/swagger.yml +++ b/docs/swagger.yml @@ -601,6 +601,7 @@ definitions: example: | { "id": 1, + "scm": "git", "owner": "octocat", "name": "hello-world", "full_name": "octocat/hello-world", @@ -620,6 +621,8 @@ definitions: id: type: integer format: int64 + scm: + type: string owner: type: string name: @@ -721,6 +724,8 @@ definitions: finished_at: type: integer format: int64 + deploy_to: + type: string commit: type: string branch: