Skip to content

Commit 3743740

Browse files
OAS Update
1 parent 6e703c9 commit 3743740

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"ListBackup": {
624624
"$ref": "#/components/schemas/BackupData"
625625
},
626-
"ListBackupsResponse": {
626+
"ListBackupResponse": {
627627
"properties": {
628628
"backups": {
629629
"description": "The list containing the information about the backups.",
@@ -815,7 +815,7 @@
815815
],
816816
"type": "object"
817817
},
818-
"ListUsersResponse": {
818+
"ListUserResponse": {
819819
"properties": {
820820
"pagination": {
821821
"$ref": "#/components/schemas/Pagination"
@@ -3065,7 +3065,7 @@
30653065
"content": {
30663066
"application/json": {
30673067
"schema": {
3068-
"$ref": "#/components/schemas/ListBackupsResponse"
3068+
"$ref": "#/components/schemas/ListBackupResponse"
30693069
}
30703070
}
30713071
},
@@ -4874,7 +4874,7 @@
48744874
"content": {
48754875
"application/json": {
48764876
"schema": {
4877-
"$ref": "#/components/schemas/ListUsersResponse"
4877+
"$ref": "#/components/schemas/ListUserResponse"
48784878
}
48794879
}
48804880
},

services/postgres-flex/v3beta1/postgres-flex.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -650,21 +650,6 @@
650650
],
651651
"type": "object"
652652
},
653-
"GetVersionsResponse": {
654-
"properties": {
655-
"versions": {
656-
"description": "A list containing available postgres versions.",
657-
"items": {
658-
"$ref": "#/components/schemas/version"
659-
},
660-
"type": "array"
661-
}
662-
},
663-
"required": [
664-
"versions"
665-
],
666-
"type": "object"
667-
},
668653
"ListBackup": {
669654
"$ref": "#/components/schemas/BackupData"
670655
},
@@ -905,6 +890,21 @@
905890
],
906891
"type": "object"
907892
},
893+
"ListVersionResponse": {
894+
"properties": {
895+
"versions": {
896+
"description": "A list containing available postgres versions.",
897+
"items": {
898+
"$ref": "#/components/schemas/version"
899+
},
900+
"type": "array"
901+
}
902+
},
903+
"required": [
904+
"versions"
905+
],
906+
"type": "object"
907+
},
908908
"Pagination": {
909909
"properties": {
910910
"page": {
@@ -5821,7 +5821,7 @@
58215821
"content": {
58225822
"application/json": {
58235823
"schema": {
5824-
"$ref": "#/components/schemas/GetVersionsResponse"
5824+
"$ref": "#/components/schemas/ListVersionResponse"
58255825
}
58265826
}
58275827
},

0 commit comments

Comments
 (0)