Skip to content

Commit 06df826

Browse files
OAS Update
1 parent 08b6eb0 commit 06df826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,9 +1612,6 @@
16121612
},
16131613
"updateInstanceRequestPayload": {
16141614
"properties": {
1615-
"$network": {
1616-
"$ref": "#/components/schemas/instance.network"
1617-
},
16181615
"backupSchedule": {
16191616
"$ref": "#/components/schemas/backup.schedule"
16201617
},
@@ -1624,6 +1621,9 @@
16241621
"name": {
16251622
"$ref": "#/components/schemas/instance.name"
16261623
},
1624+
"network": {
1625+
"$ref": "#/components/schemas/instance.network"
1626+
},
16271627
"replicas": {
16281628
"$ref": "#/components/schemas/replicas"
16291629
},

0 commit comments

Comments
 (0)