Modifies a zone.
public void zone_modifyZone( String accessToken, String zoneName, String virtualHost, String mailDomain );
The zone_modifyZone operation changes a zone’s virtual host specification.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A string containing the name of the new zone.
A string specifying the virtual host. (See the installation guide for more information.)
This parameter is not used
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)