PUT - Resume the Migration in the Server

 Purpose

The API resumes the migration for the particualr server. 

 Request URL

 http://mail.zoho.com/api/organization/<zoid>/migration/servers/<serverId>

 JSON Parameters

ParameterData TypeDescription
mode*StringValue should be resumeMigration

* - Mandatory parameters

Sample Request

Copied{
    "mode": "resumeMigration"
}