Update openapi.yaml with static_image property

This commit is contained in:
Andras Bacsai
2024-10-21 14:52:36 +02:00
parent a78f1e815a
commit 7316b7ce22

View File

@@ -98,6 +98,10 @@ paths:
is_static:
type: boolean
description: 'The flag to indicate if the application is static.'
static_image:
type: string
enum: ['nginx:alpine']
description: 'The static image.'
install_command:
type: string
description: 'The install command.'
@@ -323,6 +327,10 @@ paths:
is_static:
type: boolean
description: 'The flag to indicate if the application is static.'
static_image:
type: string
enum: ['nginx:alpine']
description: 'The static image.'
install_command:
type: string
description: 'The install command.'
@@ -548,6 +556,10 @@ paths:
is_static:
type: boolean
description: 'The flag to indicate if the application is static.'
static_image:
type: string
enum: ['nginx:alpine']
description: 'The static image.'
install_command:
type: string
description: 'The install command.'
@@ -4959,7 +4971,7 @@ components:
type: boolean
is_reachable:
type: boolean
is_server_api_enabled:
is_sentinel_enabled:
type: boolean
is_swarm_manager:
type: boolean
@@ -4981,11 +4993,11 @@ components:
type: string
logdrain_newrelic_license_key:
type: string
metrics_history_days:
sentinel_metrics_history_days:
type: integer
metrics_refresh_rate_seconds:
sentinel_metrics_refresh_rate_seconds:
type: integer
metrics_token:
sentinel_token:
type: string
docker_cleanup_frequency:
type: string