File tree Expand file tree Collapse file tree
services/postgres-flex/v3beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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." ,
871886 ],
872887 "type" : " object"
873888 },
874- "ListUsersResponse " : {
889+ "ListUserResponse " : {
875890 "properties" : {
876891 "pagination" : {
877892 "$ref" : " #/components/schemas/Pagination"
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" : {
29562956 "content" : {
29572957 "application/json" : {
29582958 "schema" : {
2959- "$ref" : " #/components/schemas/ListBackupsResponse "
2959+ "$ref" : " #/components/schemas/ListBackupResponse "
29602960 }
29612961 }
29622962 },
47654765 "content" : {
47664766 "application/json" : {
47674767 "schema" : {
4768- "$ref" : " #/components/schemas/ListUsersResponse "
4768+ "$ref" : " #/components/schemas/ListUserResponse "
47694769 }
47704770 }
47714771 },
58215821 "content" : {
58225822 "application/json" : {
58235823 "schema" : {
5824- "$ref" : " #/components/schemas/ListVersionsResponse "
5824+ "$ref" : " #/components/schemas/GetVersionsResponse "
58255825 }
58265826 }
58275827 },
You can’t perform that action at this time.
0 commit comments