Replace World With Backup

This endpoint replaces the world with the specified backup.

Host Authentication
pocket.realms.minecraft.net XBL 3.0

Constructing the request

PUT /worlds/{id}/backups?backupId={backupId}

{id} is the specific id of the realm.
{backupId} is the specified id of the backup. You can get it by listing backups.

Headers


Response

I’m not sure what the success response is yet. I need a non expired realm to test.

If the realm has expired, the server will return

{
    "errorCode": 403,
    "errorMsg": "No valid subscription"
}