updateOrgSiteGroup
POST https://{{host}}/api/v1/orgs/:org_id/sitegroups
Body Parameters
| 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 |
| sitegroup_ids | list | sitegroups this site belongs to |
| rftemplate_id | string | RF Template ID, this takes precedence over Site Settings |
| secpolicy_id | string | SecPolicy ID |
| alarmtemplate_id | string | Alarm Template ID, this takes precedence over the Org-level alarmtemplate_id |
Request Body
{"name"=>"{{tmp_sitegroup_name}}"}
| Key | Datatype | Required | Description |
|---|
Accept | string | | |
Content-Type | string | | |