Skip to content

Commit ecc7fc9

Browse files
committed
Remove v1 doc
1 parent 320ba27 commit ecc7fc9

File tree

2 files changed

+2
-258
lines changed

2 files changed

+2
-258
lines changed

content/en/docs/apidocs-mxsdk/apidocs/backups-api-v1.md

Lines changed: 0 additions & 256 deletions
This file was deleted.

content/en/docs/apidocs-mxsdk/apidocs/backups-api-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ weight: 17
1010

1111
## 1 Introduction
1212

13-
The **Backups API v2** lets you manage backups of the data in your app hosted in Mendix Cloud.
13+
The Backups API v2 lets you manage backups of the data in your app hosted in Mendix Cloud.
1414

1515
Data snapshots consist of a PostgreSQL database dump and all the file objects referenced from the database.
1616

1717
Database archives are a zip file which contains all the data in the snapshot, or the database and files separately if you prefer.
1818

1919
You cannot currently upload an archive through this API. This function is currently only supported via the [Developer Portal](/developerportal/operate/backups/). However, you can use this API to restore data from an existing environment snapshot.
2020

21-
This API focuses on working with snapshots and archives asynchronously, because these can be very long-running tasks for large quantities of data.
21+
This API focuses on working with snapshots and archives asynchronously, because these can be very long-running tasks for large quantities of data. It replaces the deprecated Backups API v1.
2222

2323
## 2 Authentication
2424

0 commit comments

Comments
 (0)