updateOrgRfTemplate
PUT https://{{host}}/api/v1/orgs/:org_id/rftemplates/:rftemplate_id
Body Parameters
Parameter | Type | Description |
---|
name | string | The name of the RF template |
country_code | string | optional, country code to use. If specified, this gets applied to all sites using the RF Template |
model_specific | object | overwrites for a specific model. If a band is specified, it will shadow the default. |
channels | list | list of channels, null or empty array means auto |
bandwidth | int | channel width for the band, 20 / 40 / 80, 80 is only applicable for band_5 |
power | int | tx power of the radio, 0 mean auto |
power_min | int | when power=0, min tx power to use, HW-specific values will be used if not set |
power_max | int | when power=0, max tx power to use, HW-specific values will be used if not set |
preamble | string | short / long / auto, default is short |
Request Body
{"name"=>"5G-Restricted"}
Key | Datatype | Required | Description |
---|
Accept | string | | |
X-CSRFToken | string | | |
Content-Type | string | | |