Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/.vitepress/theme/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6912,6 +6912,11 @@
"example": false,
"description": "Instant validate."
},
"start_proxy": {
"type": "boolean",
"example": true,
"description": "Start proxy after server creation. Defaults to the value of instant_validate. Set to false to disable automatic proxy start. Ignored if is_build_server is true."
},
"proxy_type": {
"type": "string",
"enum": ["traefik", "caddy", "none"],
Expand Down Expand Up @@ -7114,6 +7119,10 @@
"type": "boolean",
"description": "Instant validate."
},
"start_proxy": {
"type": "boolean",
"description": "Start proxy after server update. Defaults to the value of instant_validate. Set to false to disable automatic proxy start. Ignored if is_build_server is true."
},
"proxy_type": {
"type": "string",
"enum": ["traefik", "caddy", "none"],
Expand Down
7 changes: 7 additions & 0 deletions docs/public/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4892,6 +4892,10 @@ paths:
type: boolean
example: false
description: "Instant validate."
start_proxy:
type: boolean
example: true
description: "Start proxy after server creation. Defaults to the value of instant_validate. Set to false to disable automatic proxy start. Ignored if is_build_server is true."
proxy_type:
type: string
enum: [traefik, caddy, none]
Expand Down Expand Up @@ -5028,6 +5032,9 @@ paths:
instant_validate:
type: boolean
description: "Instant validate."
start_proxy:
type: boolean
description: "Start proxy after server update. Defaults to the value of instant_validate. Set to false to disable automatic proxy start. Ignored if is_build_server is true."
proxy_type:
type: string
enum: [traefik, caddy, none]
Expand Down