PUT - Update server details for Migration
Purpose
The API modifies the server details added for migration.
Request URL
http://mail.zoho.com/api/organization/<zoid>/migration/servers/<serverId>
Request Parameters
| Parameter | Data Type | Description |
| migrationName* | String | The unique name to refer the migration batch. |
| serverName* | String | HostName of the server from which the migration should be processed |
| port* | Integer | Port number for the server from which the migrations should be processed |
| ssl* | boolean | Whether ssl is supported by the source server or not |
| protocol* | String | Type of Protocol by which the migration should happen |
| type* | String | Type of migration for the server |
| maximumConnection* | Integer | Maximum connections accepted by the server for parallel migration |
| excludeFolder | String CSV | Folders to be excluded for migration |
| pathPrefix | String | Path prefix if needed for IMAP Migration |
* - Mandatory parameters
Sample Request
Copied{
"port": 993,
"protocol": "IMAP",
"pathPrefix": "",
"excludeFolder": "junk, bulk",
"migrationName": "Migration batch1",
"timeZone": 10,
"ssl": true,
"type": "others",
"serverName": "imap.source1.com",
"maximumConnection": 1
}