POST realm/zones/<zone_name>

The web method PUT realm/zones/<zone_name> updates a zone definition, replacing an existing definition for the zone name.

<zone_name> in the URI is the zone name.

Input Data

Supply a JSON representation of the new definition in the message body.

Example Requests

curl -X PUT http://<host>:<port>/api/v1/realm/zones/<zone_name> -d <json_defn>