Skip to content

Commit 2590d9e

Browse files
OAS Update
1 parent de08988 commit 2590d9e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,18 @@
12981298
"type": "object"
12991299
},
13001300
"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": {
13011313
"description": "The DNS name and port in the instance overview",
13021314
"properties": {
13031315
"host": {

0 commit comments

Comments
 (0)