mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
update swagger to include new fields
This commit is contained in:
parent
25fa705511
commit
9a232485bf
1 changed files with 5 additions and 0 deletions
|
@ -601,6 +601,7 @@ definitions:
|
||||||
example: |
|
example: |
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
|
"scm": "git",
|
||||||
"owner": "octocat",
|
"owner": "octocat",
|
||||||
"name": "hello-world",
|
"name": "hello-world",
|
||||||
"full_name": "octocat/hello-world",
|
"full_name": "octocat/hello-world",
|
||||||
|
@ -620,6 +621,8 @@ definitions:
|
||||||
id:
|
id:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
scm:
|
||||||
|
type: string
|
||||||
owner:
|
owner:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
@ -721,6 +724,8 @@ definitions:
|
||||||
finished_at:
|
finished_at:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
deploy_to:
|
||||||
|
type: string
|
||||||
commit:
|
commit:
|
||||||
type: string
|
type: string
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue