Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 16, 2023
1 parent 19ed61b commit 74ec3e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3672,12 +3672,7 @@ paths:
content:
application/json:
schema:
type: object
properties:
environment:
$ref: '#/components/schemas/EnvironmentStatus'
stages:
$ref: '#/components/schemas/DeploymentStageWithServiceStatusesList'
$ref: '#/components/schemas/EnvironmentStatusesWithStages'
'401':
$ref: '#/components/responses/401'
'403':
Expand Down Expand Up @@ -12677,6 +12672,13 @@ components:
type: array
items:
$ref: '#/components/schemas/Status'
EnvironmentStatusesWithStages:
type: object
properties:
environment:
$ref: '#/components/schemas/EnvironmentStatus'
stages:
$ref: '#/components/schemas/DeploymentStageWithServiceStatusesList'
EnvironmentStatusList:
type: object
properties:
Expand Down

0 comments on commit 74ec3e4

Please sign in to comment.