chore(api): update openapi files
This commit is contained in:
parent
e53c71908f
commit
a05c198554
2 changed files with 138 additions and 12 deletions
84
openapi.json
84
openapi.json
|
|
@ -135,7 +135,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"git_commit_sha": {
|
"git_commit_sha": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -153,6 +153,18 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application is static."
|
"description": "The flag to indicate if the application is static."
|
||||||
},
|
},
|
||||||
|
"is_spa": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true."
|
||||||
|
},
|
||||||
|
"is_auto_deploy_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if auto-deploy is enabled on git push. Defaults to true."
|
||||||
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"static_image": {
|
"static_image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
@ -322,6 +334,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Dockerfile content."
|
"description": "The Dockerfile content."
|
||||||
},
|
},
|
||||||
|
"dockerfile_location": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The Dockerfile location in the repository."
|
||||||
|
},
|
||||||
"docker_compose_location": {
|
"docker_compose_location": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Docker Compose location."
|
"description": "The Docker Compose location."
|
||||||
|
|
@ -564,7 +580,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"git_commit_sha": {
|
"git_commit_sha": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -582,6 +598,18 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application is static."
|
"description": "The flag to indicate if the application is static."
|
||||||
},
|
},
|
||||||
|
"is_spa": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true."
|
||||||
|
},
|
||||||
|
"is_auto_deploy_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if auto-deploy is enabled on git push. Defaults to true."
|
||||||
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"static_image": {
|
"static_image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
@ -751,6 +779,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Dockerfile content."
|
"description": "The Dockerfile content."
|
||||||
},
|
},
|
||||||
|
"dockerfile_location": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The Dockerfile location in the repository"
|
||||||
|
},
|
||||||
"docker_compose_location": {
|
"docker_compose_location": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Docker Compose location."
|
"description": "The Docker Compose location."
|
||||||
|
|
@ -993,7 +1025,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"git_commit_sha": {
|
"git_commit_sha": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -1011,6 +1043,18 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application is static."
|
"description": "The flag to indicate if the application is static."
|
||||||
},
|
},
|
||||||
|
"is_spa": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true."
|
||||||
|
},
|
||||||
|
"is_auto_deploy_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if auto-deploy is enabled on git push. Defaults to true."
|
||||||
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"static_image": {
|
"static_image": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|
@ -1180,6 +1224,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Dockerfile content."
|
"description": "The Dockerfile content."
|
||||||
},
|
},
|
||||||
|
"dockerfile_location": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The Dockerfile location in the repository."
|
||||||
|
},
|
||||||
"docker_compose_location": {
|
"docker_compose_location": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Docker Compose location."
|
"description": "The Docker Compose location."
|
||||||
|
|
@ -1410,7 +1458,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"docker_registry_image_name": {
|
"docker_registry_image_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -1562,6 +1610,10 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application should be deployed instantly."
|
"description": "The flag to indicate if the application should be deployed instantly."
|
||||||
},
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"use_build_server": {
|
"use_build_server": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
|
|
@ -1754,7 +1806,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"ports_mappings": {
|
"ports_mappings": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -1894,6 +1946,10 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application should be deployed instantly."
|
"description": "The flag to indicate if the application should be deployed instantly."
|
||||||
},
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"use_build_server": {
|
"use_build_server": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
|
|
@ -2402,7 +2458,7 @@
|
||||||
},
|
},
|
||||||
"domains": {
|
"domains": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The application domains."
|
"description": "The application URLs in a comma-separated list."
|
||||||
},
|
},
|
||||||
"git_commit_sha": {
|
"git_commit_sha": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
@ -2420,6 +2476,18 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "The flag to indicate if the application is static."
|
"description": "The flag to indicate if the application is static."
|
||||||
},
|
},
|
||||||
|
"is_spa": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true."
|
||||||
|
},
|
||||||
|
"is_auto_deploy_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if auto-deploy is enabled on git push. Defaults to true."
|
||||||
|
},
|
||||||
|
"is_force_https_enabled": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "The flag to indicate if HTTPS is forced. Defaults to true."
|
||||||
|
},
|
||||||
"install_command": {
|
"install_command": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The install command."
|
"description": "The install command."
|
||||||
|
|
@ -2582,6 +2650,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Dockerfile content."
|
"description": "The Dockerfile content."
|
||||||
},
|
},
|
||||||
|
"dockerfile_location": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The Dockerfile location in the repository."
|
||||||
|
},
|
||||||
"docker_compose_location": {
|
"docker_compose_location": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The Docker Compose location."
|
"description": "The Docker Compose location."
|
||||||
|
|
|
||||||
66
openapi.yaml
66
openapi.yaml
|
|
@ -97,7 +97,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
git_commit_sha:
|
git_commit_sha:
|
||||||
type: string
|
type: string
|
||||||
description: 'The git commit SHA.'
|
description: 'The git commit SHA.'
|
||||||
|
|
@ -110,6 +110,15 @@ paths:
|
||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
is_spa:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true.'
|
||||||
|
is_auto_deploy_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if auto-deploy is enabled on git push. Defaults to true.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
static_image:
|
static_image:
|
||||||
type: string
|
type: string
|
||||||
enum: ['nginx:alpine']
|
enum: ['nginx:alpine']
|
||||||
|
|
@ -234,6 +243,9 @@ paths:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Dockerfile content.'
|
description: 'The Dockerfile content.'
|
||||||
|
dockerfile_location:
|
||||||
|
type: string
|
||||||
|
description: 'The Dockerfile location in the repository.'
|
||||||
docker_compose_location:
|
docker_compose_location:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Docker Compose location.'
|
description: 'The Docker Compose location.'
|
||||||
|
|
@ -369,7 +381,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
git_commit_sha:
|
git_commit_sha:
|
||||||
type: string
|
type: string
|
||||||
description: 'The git commit SHA.'
|
description: 'The git commit SHA.'
|
||||||
|
|
@ -382,6 +394,15 @@ paths:
|
||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
is_spa:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true.'
|
||||||
|
is_auto_deploy_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if auto-deploy is enabled on git push. Defaults to true.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
static_image:
|
static_image:
|
||||||
type: string
|
type: string
|
||||||
enum: ['nginx:alpine']
|
enum: ['nginx:alpine']
|
||||||
|
|
@ -506,6 +527,9 @@ paths:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Dockerfile content.'
|
description: 'The Dockerfile content.'
|
||||||
|
dockerfile_location:
|
||||||
|
type: string
|
||||||
|
description: 'The Dockerfile location in the repository'
|
||||||
docker_compose_location:
|
docker_compose_location:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Docker Compose location.'
|
description: 'The Docker Compose location.'
|
||||||
|
|
@ -641,7 +665,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
git_commit_sha:
|
git_commit_sha:
|
||||||
type: string
|
type: string
|
||||||
description: 'The git commit SHA.'
|
description: 'The git commit SHA.'
|
||||||
|
|
@ -654,6 +678,15 @@ paths:
|
||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
is_spa:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true.'
|
||||||
|
is_auto_deploy_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if auto-deploy is enabled on git push. Defaults to true.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
static_image:
|
static_image:
|
||||||
type: string
|
type: string
|
||||||
enum: ['nginx:alpine']
|
enum: ['nginx:alpine']
|
||||||
|
|
@ -778,6 +811,9 @@ paths:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Dockerfile content.'
|
description: 'The Dockerfile content.'
|
||||||
|
dockerfile_location:
|
||||||
|
type: string
|
||||||
|
description: 'The Dockerfile location in the repository.'
|
||||||
docker_compose_location:
|
docker_compose_location:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Docker Compose location.'
|
description: 'The Docker Compose location.'
|
||||||
|
|
@ -903,7 +939,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
docker_registry_image_name:
|
docker_registry_image_name:
|
||||||
type: string
|
type: string
|
||||||
description: 'The docker registry image name.'
|
description: 'The docker registry image name.'
|
||||||
|
|
@ -1015,6 +1051,9 @@ paths:
|
||||||
instant_deploy:
|
instant_deploy:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application should be deployed instantly.'
|
description: 'The flag to indicate if the application should be deployed instantly.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
use_build_server:
|
use_build_server:
|
||||||
type: boolean
|
type: boolean
|
||||||
nullable: true
|
nullable: true
|
||||||
|
|
@ -1124,7 +1163,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
ports_mappings:
|
ports_mappings:
|
||||||
type: string
|
type: string
|
||||||
description: 'The ports mappings.'
|
description: 'The ports mappings.'
|
||||||
|
|
@ -1227,6 +1266,9 @@ paths:
|
||||||
instant_deploy:
|
instant_deploy:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application should be deployed instantly.'
|
description: 'The flag to indicate if the application should be deployed instantly.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
use_build_server:
|
use_build_server:
|
||||||
type: boolean
|
type: boolean
|
||||||
nullable: true
|
nullable: true
|
||||||
|
|
@ -1524,7 +1566,7 @@ paths:
|
||||||
description: 'The application description.'
|
description: 'The application description.'
|
||||||
domains:
|
domains:
|
||||||
type: string
|
type: string
|
||||||
description: 'The application domains.'
|
description: 'The application URLs in a comma-separated list.'
|
||||||
git_commit_sha:
|
git_commit_sha:
|
||||||
type: string
|
type: string
|
||||||
description: 'The git commit SHA.'
|
description: 'The git commit SHA.'
|
||||||
|
|
@ -1537,6 +1579,15 @@ paths:
|
||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
is_spa:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if the application is a single-page application (SPA). Only relevant when is_static is true.'
|
||||||
|
is_auto_deploy_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if auto-deploy is enabled on git push. Defaults to true.'
|
||||||
|
is_force_https_enabled:
|
||||||
|
type: boolean
|
||||||
|
description: 'The flag to indicate if HTTPS is forced. Defaults to true.'
|
||||||
install_command:
|
install_command:
|
||||||
type: string
|
type: string
|
||||||
description: 'The install command.'
|
description: 'The install command.'
|
||||||
|
|
@ -1657,6 +1708,9 @@ paths:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Dockerfile content.'
|
description: 'The Dockerfile content.'
|
||||||
|
dockerfile_location:
|
||||||
|
type: string
|
||||||
|
description: 'The Dockerfile location in the repository.'
|
||||||
docker_compose_location:
|
docker_compose_location:
|
||||||
type: string
|
type: string
|
||||||
description: 'The Docker Compose location.'
|
description: 'The Docker Compose location.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue