v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Backup/Restore

Restore-Settings

post/settings/restore

Request body

passwordstring required

The password you used in the /v1/settings/backup API call to encrypt the backup data

datastring required

The data that was returned by the /v1/settings/backup API call

Example request

{
  "password": "<Password for Backup>",
  "data": "<Data to Restore, from Backup API>"
}