Restore a backup for given site (via background task)Ask AIpost https://api.rocket.net/v1/sites/{id}/backup/{backup_id}/restoreFor a given backup_id restore site with given site id.Path ParamsidintegerrequiredID of the Site you are interacting withbackup_idintegerrequiredBody ParamsRestore backup for given site.backup_directorybooleanWhether to restore the files from the backuptruetruefalsebackup_databasebooleanWhether to restore the database from the backupfalsetruefalseResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago