zone_modifyZone

Modifies a zone.

Syntax

public void zone_modifyZone( String accessToken, String zoneName, String virtualHost, String mailDomain );

Description

The zone_modifyZone operation changes a zone’s virtual host specification.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

zoneName

A string containing the name of the new zone.

virtualHost

A string specifying the virtual host. (See the installation guide for more information.)

mailDomain

This parameter is not used

return_value

None.

See Also