Update Zone
This API call updates the name of the zone or the SiteId that has an associated target.
put/v1/zone/{ZoneID}
Path parameters
ZoneIDinteger required
The ID of the Zone
Request body
Response
200
Example response
{
"Id": 98765,
"Name": "A Different Name",
"SiteId": 12345
}Changes
No recorded changes to this endpoint across all 1 revision of this API.