feat(api): expose connection_timeout in servers API

Add connection_timeout to create_server docs, update_server allowed
fields, validation (integer 1-300), and advanced settings update path.
This commit is contained in:
Andras Bacsai
2026-04-28 15:43:58 +02:00
parent 6293b14586
commit 9bb819c33e
3 changed files with 11 additions and 2 deletions
+4
View File
@@ -10545,6 +10545,10 @@
"server_disk_usage_check_frequency": {
"type": "string",
"description": "Cron expression for disk usage check frequency."
},
"connection_timeout": {
"type": "integer",
"description": "SSH connection timeout in seconds (1-300). Default: 10."
}
},
"type": "object"