Skip to content

Commit afb3e4b

Browse files
OAS Update
1 parent 876a48f commit afb3e4b

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

services/postgres-flex/v3/postgres-flex.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
"ListBackup": {
651651
"$ref": "#/components/schemas/BackupData"
652652
},
653-
"ListBackupResponse": {
653+
"ListBackupsResponse": {
654654
"properties": {
655655
"backups": {
656656
"description": "The list containing the information about the backups.",
@@ -868,7 +868,7 @@
868868
],
869869
"type": "object"
870870
},
871-
"ListUserResponse": {
871+
"ListUsersResponse": {
872872
"properties": {
873873
"pagination": {
874874
"$ref": "#/components/schemas/Pagination"
@@ -887,7 +887,7 @@
887887
],
888888
"type": "object"
889889
},
890-
"ListVersionResponse": {
890+
"ListVersionsResponse": {
891891
"properties": {
892892
"versions": {
893893
"description": "A list containing available postgres versions.",
@@ -2953,7 +2953,7 @@
29532953
"content": {
29542954
"application/json": {
29552955
"schema": {
2956-
"$ref": "#/components/schemas/ListBackupResponse"
2956+
"$ref": "#/components/schemas/ListBackupsResponse"
29572957
}
29582958
}
29592959
},
@@ -4762,7 +4762,7 @@
47624762
"content": {
47634763
"application/json": {
47644764
"schema": {
4765-
"$ref": "#/components/schemas/ListUserResponse"
4765+
"$ref": "#/components/schemas/ListUsersResponse"
47664766
}
47674767
}
47684768
},
@@ -5818,7 +5818,7 @@
58185818
"content": {
58195819
"application/json": {
58205820
"schema": {
5821-
"$ref": "#/components/schemas/ListVersionResponse"
5821+
"$ref": "#/components/schemas/ListVersionsResponse"
58225822
}
58235823
}
58245824
},

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-
"ListBackupResponse": {
626+
"ListBackupsResponse": {
627627
"properties": {
628628
"backups": {
629629
"description": "The list containing the information about the backups.",
@@ -815,7 +815,7 @@
815815
],
816816
"type": "object"
817817
},
818-
"ListUserResponse": {
818+
"ListUsersResponse": {
819819
"properties": {
820820
"pagination": {
821821
"$ref": "#/components/schemas/Pagination"
@@ -3065,7 +3065,7 @@
30653065
"content": {
30663066
"application/json": {
30673067
"schema": {
3068-
"$ref": "#/components/schemas/ListBackupResponse"
3068+
"$ref": "#/components/schemas/ListBackupsResponse"
30693069
}
30703070
}
30713071
},
@@ -4874,7 +4874,7 @@
48744874
"content": {
48754875
"application/json": {
48764876
"schema": {
4877-
"$ref": "#/components/schemas/ListUserResponse"
4877+
"$ref": "#/components/schemas/ListUsersResponse"
48784878
}
48794879
}
48804880
},

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
"ListBackup": {
654654
"$ref": "#/components/schemas/BackupData"
655655
},
656-
"ListBackupResponse": {
656+
"ListBackupsResponse": {
657657
"properties": {
658658
"backups": {
659659
"description": "The list containing the information about the backups.",
@@ -871,7 +871,7 @@
871871
],
872872
"type": "object"
873873
},
874-
"ListUserResponse": {
874+
"ListUsersResponse": {
875875
"properties": {
876876
"pagination": {
877877
"$ref": "#/components/schemas/Pagination"
@@ -890,7 +890,7 @@
890890
],
891891
"type": "object"
892892
},
893-
"ListVersionResponse": {
893+
"ListVersionsResponse": {
894894
"properties": {
895895
"versions": {
896896
"description": "A list containing available postgres versions.",
@@ -2956,7 +2956,7 @@
29562956
"content": {
29572957
"application/json": {
29582958
"schema": {
2959-
"$ref": "#/components/schemas/ListBackupResponse"
2959+
"$ref": "#/components/schemas/ListBackupsResponse"
29602960
}
29612961
}
29622962
},
@@ -4765,7 +4765,7 @@
47654765
"content": {
47664766
"application/json": {
47674767
"schema": {
4768-
"$ref": "#/components/schemas/ListUserResponse"
4768+
"$ref": "#/components/schemas/ListUsersResponse"
47694769
}
47704770
}
47714771
},
@@ -5821,7 +5821,7 @@
58215821
"content": {
58225822
"application/json": {
58235823
"schema": {
5824-
"$ref": "#/components/schemas/ListVersionResponse"
5824+
"$ref": "#/components/schemas/ListVersionsResponse"
58255825
}
58265826
}
58275827
},

0 commit comments

Comments
 (0)