Authorization: Bearer ********************{
"data": {
"attributes": {
"mode": "overwrite",
"compress": false,
"onlyDatabase": false,
"databaseIds": [
7,
12
]
}
}
}curl --location --request POST 'https://api.servebolt.io/v1/environments//backups/bulks//restore' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"mode": "overwrite",
"compress": false,
"onlyDatabase": false,
"databaseIds": [
7,
12
]
}
}
}'{}