# SitePatchBodySpec

## geolocation

**Object**  
**Optional**

Optional geolocation data for the site.

- **coordinates**  
  **List of doubles**  
  **Required**  
  0-2 items  
  Co-ordinates that describe the geolocation (ISO 6709), an array of two floating point numbers 
  `[latitude(North - South), longitude(East - West)]`. Set an empty array to clear the geolocation.

- **routes**  
  **List of objects**  
  **Optional**  
  The routes that connect the network to `site`.

## defaultTransport

**Object**  
**Optional**

Settings used to influence the `transport` that the system will automatically select when it needs to send `content` from one `flow` to another flow. The default transport settings from the route on which the content enters the network are used to select and configure the transport for the content. Read Default transports to learn more.

- **cidr**  
  **String**  
  **Optional**  
  Defaults to the IP address range to choose from when the system automatically creates transport settings for sending content from one flow to another. If a specific IP/URL (such as a public cloud IP or a fleet device IP) is required to send content between flows, then this setting will be ignored.

- **type**  
  **Enum**  
  **Required**  
  The type of `transport` to use for sending content from one flow to another flow.  
  Allowed values: `Auto`, `SRTListener`, `SRTCaller`, `UDPRISTListener`

- **networkName**  
  **String**  
  **Required**  
  Pattern: `^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$`  
  The name of the `network` connected to the site by this route.
