Skip to content

Commit 9a6b476

Browse files
OAS Update
1 parent 1b0b8ef commit 9a6b476

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,25 @@
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+
},
653668
"ListBackup": {
654669
"$ref": "#/components/schemas/BackupData"
655670
},
656-
"ListBackupsResponse": {
671+
"ListBackupResponse": {
657672
"properties": {
658673
"backups": {
659674
"description": "The list containing the information about the backups.",
@@ -871,7 +886,7 @@
871886
],
872887
"type": "object"
873888
},
874-
"ListUsersResponse": {
889+
"ListUserResponse": {
875890
"properties": {
876891
"pagination": {
877892
"$ref": "#/components/schemas/Pagination"
@@ -890,21 +905,6 @@
890905
],
891906
"type": "object"
892907
},
893-
"ListVersionsResponse": {
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": {
@@ -2956,7 +2956,7 @@
29562956
"content": {
29572957
"application/json": {
29582958
"schema": {
2959-
"$ref": "#/components/schemas/ListBackupsResponse"
2959+
"$ref": "#/components/schemas/ListBackupResponse"
29602960
}
29612961
}
29622962
},
@@ -4765,7 +4765,7 @@
47654765
"content": {
47664766
"application/json": {
47674767
"schema": {
4768-
"$ref": "#/components/schemas/ListUsersResponse"
4768+
"$ref": "#/components/schemas/ListUserResponse"
47694769
}
47704770
}
47714771
},
@@ -5821,7 +5821,7 @@
58215821
"content": {
58225822
"application/json": {
58235823
"schema": {
5824-
"$ref": "#/components/schemas/ListVersionsResponse"
5824+
"$ref": "#/components/schemas/GetVersionsResponse"
58255825
}
58265826
}
58275827
},

0 commit comments

Comments
 (0)