This endpoint replaces the world with the specified backup.
| Host | Authentication |
|---|---|
| pocket.realms.minecraft.net | XBL 3.0 |
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
Authorization: {token} - {token} is your xbox live tokenClient-Version: {version} - {version} is the version of the clientUser-Agent: {agent} - {agent} is one of theseI’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"
}