updateSiteInfo

PUT https://{{host}}/api/v1/sites/:site_id

#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: name|string|Required. The name of the site timezone|string|Timezone the site is at country_code|string|country code for the site (for AP config generation), in two-character latlng|latlng|site location address|string|full address of the site lat|float|latitude lng|float|longitude

Request Body

{"name"=>"Mist Office", "timezone"=>"America/Los_Angeles", "country_code"=>"US", "latlng"=>{"lat"=>37.295833, "lng"=>-122.032946}, "address"=>"1601 S. Deanza Blvd., Cupertino, CA, 95014"}

RESPONSES

status: OK

{"name":"Mist Office","timezone":"America/Los_Angeles","country_code":"US","latlng":{"lat":37.295833,"lng":-122.032946},"address":"1601 S. Deanza Blvd., Cupertino, CA, 95014"}