Skip to content

Commit

Permalink
PMM-12913 refactor /v1/backups/restores
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Apr 8, 2024
1 parent b9b5192 commit 4f0edeb
Show file tree
Hide file tree
Showing 11 changed files with 751 additions and 812 deletions.
4 changes: 2 additions & 2 deletions api/MIGRATION_TO_V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ POST /v1/backup/Locations/Remove DELETE /v1/backups/locations
POST /v1/backup/Locations/TestConfig POST /v1/backups/locations:testConfig

**RestoreHistoryService** **RestoreService**
POST /v1/backup/RestoreHistory/List GET /v1/backups/restores
POST /v1/backup/Backups/Restore POST /v1/backups/restores:start
POST /v1/backup/RestoreHistory/List GET /v1/backups/restores
POST /v1/backup/Backups/Restore POST /v1/backups/restores:start

**DumpsService** **DumpService** TODO: rename to singular
POST /v1/dump/List GET /v1/dumps
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f0edeb

Please sign in to comment.