chore(api): update openapi files

This commit is contained in:
peaklabs-dev
2026-01-15 13:44:27 +01:00
parent e53c71908f
commit a05c198554
2 changed files with 138 additions and 12 deletions

View File

@@ -135,7 +135,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"git_commit_sha": {
"type": "string",
@@ -153,6 +153,18 @@
"type": "boolean",
"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": {
"type": "string",
"enum": [
@@ -322,6 +334,10 @@
"type": "string",
"description": "The Dockerfile content."
},
"dockerfile_location": {
"type": "string",
"description": "The Dockerfile location in the repository."
},
"docker_compose_location": {
"type": "string",
"description": "The Docker Compose location."
@@ -564,7 +580,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"git_commit_sha": {
"type": "string",
@@ -582,6 +598,18 @@
"type": "boolean",
"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": {
"type": "string",
"enum": [
@@ -751,6 +779,10 @@
"type": "string",
"description": "The Dockerfile content."
},
"dockerfile_location": {
"type": "string",
"description": "The Dockerfile location in the repository"
},
"docker_compose_location": {
"type": "string",
"description": "The Docker Compose location."
@@ -993,7 +1025,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"git_commit_sha": {
"type": "string",
@@ -1011,6 +1043,18 @@
"type": "boolean",
"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": {
"type": "string",
"enum": [
@@ -1180,6 +1224,10 @@
"type": "string",
"description": "The Dockerfile content."
},
"dockerfile_location": {
"type": "string",
"description": "The Dockerfile location in the repository."
},
"docker_compose_location": {
"type": "string",
"description": "The Docker Compose location."
@@ -1410,7 +1458,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"docker_registry_image_name": {
"type": "string",
@@ -1562,6 +1610,10 @@
"type": "boolean",
"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": {
"type": "boolean",
"nullable": true,
@@ -1754,7 +1806,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"ports_mappings": {
"type": "string",
@@ -1894,6 +1946,10 @@
"type": "boolean",
"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": {
"type": "boolean",
"nullable": true,
@@ -2402,7 +2458,7 @@
},
"domains": {
"type": "string",
"description": "The application domains."
"description": "The application URLs in a comma-separated list."
},
"git_commit_sha": {
"type": "string",
@@ -2420,6 +2476,18 @@
"type": "boolean",
"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": {
"type": "string",
"description": "The install command."
@@ -2582,6 +2650,10 @@
"type": "string",
"description": "The Dockerfile content."
},
"dockerfile_location": {
"type": "string",
"description": "The Dockerfile location in the repository."
},
"docker_compose_location": {
"type": "string",
"description": "The Docker Compose location."