Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2023
1 parent 83aafcf commit 69e9c04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11907,15 +11907,14 @@ components:
type: object
required:
- application_id
- git_commit_id
properties:
application_id:
type: string
format: uuid
description: id of the application to be deployed.
git_commit_id:
type: string
description: Commit ID to deploy.
description: Commit ID to deploy. Can be empty only if the service has been already deployed (in this case the service version won't be changed)
databases:
type: array
items:
Expand All @@ -11927,15 +11926,14 @@ components:
type: object
required:
- id
- image_tag
properties:
id:
type: string
format: uuid
description: id of the container to be updated.
image_tag:
type: string
description: new tag for the container.
description: new tag for the container. Can be empty only if the service has been already deployed (in this case the service version won't be changed)
jobs:
type: array
items:
Expand All @@ -11947,10 +11945,10 @@ components:
description: id of the job to be updated.
image_tag:
type: string
description: new tag for the job image. Use only if job is an image source
description: new tag for the job image. Use only if job is an image source. Can be empty only if the service has been already deployed (in this case the service version won't be changed)
git_commit_id:
type: string
description: Commit ID to deploy. Use only if job is a repository source
description: Commit ID to deploy. Use only if job is a repository source. Can be empty only if the service has been already deployed (in this case the service version won't be changed)
DeployRequest:
type: object
required:
Expand Down

0 comments on commit 69e9c04

Please sign in to comment.