File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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." ,
815815 ],
816816 "type" : " object"
817817 },
818- "ListUsersResponse " : {
818+ "ListUserResponse " : {
819819 "properties" : {
820820 "pagination" : {
821821 "$ref" : " #/components/schemas/Pagination"
30653065 "content" : {
30663066 "application/json" : {
30673067 "schema" : {
3068- "$ref" : " #/components/schemas/ListBackupsResponse "
3068+ "$ref" : " #/components/schemas/ListBackupResponse "
30693069 }
30703070 }
30713071 },
48744874 "content" : {
48754875 "application/json" : {
48764876 "schema" : {
4877- "$ref" : " #/components/schemas/ListUsersResponse "
4877+ "$ref" : " #/components/schemas/ListUserResponse "
48784878 }
48794879 }
48804880 },
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- },
668653 "ListBackup" : {
669654 "$ref" : " #/components/schemas/BackupData"
670655 },
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" : {
58215821 "content" : {
58225822 "application/json" : {
58235823 "schema" : {
5824- "$ref" : " #/components/schemas/GetVersionsResponse "
5824+ "$ref" : " #/components/schemas/ListVersionResponse "
58255825 }
58265826 }
58275827 },
You can’t perform that action at this time.
0 commit comments