mirror of
https://github.com/harness/drone.git
synced 2025-05-08 18:29:27 +08:00
update swagger to include new fields
This commit is contained in:
parent
25fa705511
commit
9a232485bf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user