v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

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

Idinteger required

ID of the Zone

Namestring required

Name of the Zone

SiteIDinteger

ID of the Site

IsDeletedboolean

If want to delete, set to true

Response

200

Idinteger
Namestring
SiteIdinteger
IsDeletedboolean

Example response

{
  "Id": 98765,
  "Name": "A Different Name",
  "SiteId": 12345
}