We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de08988 commit 2590d9eCopy full SHA for 2590d9e
1 file changed
services/postgres-flex/v3alpha1/postgres-flex.json
@@ -1298,6 +1298,18 @@
1298
"type": "object"
1299
},
1300
"instance.connectionInfo": {
1301
+ "description": "The connection information of the instance",
1302
+ "properties": {
1303
+ "write": {
1304
+ "$ref": "#/components/schemas/instance.connectionInfo.write"
1305
+ }
1306
+ },
1307
+ "required": [
1308
+ "write"
1309
+ ],
1310
+ "type": "object"
1311
1312
+ "instance.connectionInfo.write": {
1313
"description": "The DNS name and port in the instance overview",
1314
"properties": {
1315
"host": {
0 commit comments