Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
fiftin committed Nov 3, 2021
2 parents a36b948 + df96f0c commit 2159899
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ definitions:
properties:
name:
type: string
example: Test
alert:
type: boolean
Project:
Expand All @@ -132,6 +133,7 @@ definitions:
minimum: 1
name:
type: string
example: Test
created:
type: string
pattern: ^\d{4}-(?:0[0-9]{1}|1[0-2]{1})-[0-9]{2}T\d{2}:\d{2}:\d{2}Z$
Expand All @@ -153,13 +155,15 @@ definitions:
type: integer
minimum: 1
x-example: 2

AccessKey:
type: object
properties:
id:
type: integer
name:
type: string
example: Test
type:
type: string
enum: [none,ssh,login_password]
Expand All @@ -171,13 +175,16 @@ definitions:
properties:
name:
type: string
example: Test
project_id:
type: integer
minimum: 1
password:
type: string
json:
type: string
example: '{}'

Environment:
type: object
properties:
Expand All @@ -186,19 +193,22 @@ definitions:
minimum: 1
name:
type: string
example: Test
project_id:
type: integer
minimum: 1
password:
type: string
json:
type: string
example: '{}'

InventoryRequest:
type: object
properties:
name:
type: string
example: Test
project_id:
type: integer
minimum: 1
Expand All @@ -220,6 +230,7 @@ definitions:
type: integer
name:
type: string
example: Test
project_id:
type: integer
inventory:
Expand All @@ -237,6 +248,7 @@ definitions:
properties:
name:
type: string
example: Test
project_id:
type: integer
git_url:
Expand All @@ -250,6 +262,7 @@ definitions:
type: integer
name:
type: string
example: Test
project_id:
type: integer
git_url:
Expand Down Expand Up @@ -307,10 +320,13 @@ definitions:
minimum: 1
alias:
type: string
example: Test
playbook:
type: string
example: test.yml
arguments:
type: string
example: '[]'
description:
type: string
example: Hello, World!
Expand Down Expand Up @@ -338,10 +354,13 @@ definitions:
minimum: 1
alias:
type: string
example: Test
playbook:
type: string
example: test.yml
arguments:
type: string
example: '[]'
description:
type: string
example: Hello, World!
Expand Down

0 comments on commit 2159899

Please sign in to comment.