Addons /
Restore addon backup
Restores the given addon to the given backup state.
Required permission
Project > Addons > General > Update
Path parameters
projectId
string requiredID of the projectaddonId
string requiredID of the addonbackupId
string requiredID of the backup
Query parameters
sourceProjectId
stringSpecify the source projectId when referring to a global backup.sourceAddonId
stringSpecify the source addonId when referring to a global backup.
Response body
- {object}Response object.
data
{object} requiredResult data.restoreId
string requiredThe ID of the initiated restore.
API
CLI
JS Client
POST /v1/projects/{projectId}/addons/{addonId}/backups/{backupId}/restore
Example response
200 OK
Details about the backup restore.
JSON
{
"data": {
"restoreId": "1611305397038"
}
}