updateOrgRfTemplate

PUT https://{{host}}/api/v1/orgs/:org_id/rftemplates/:rftemplate_id

Body Parameters

ParameterTypeDescription
namestringThe name of the RF template
country_codestringoptional, country code to use. If specified, this gets applied to all sites using the RF Template
model_specificobjectoverwrites for a specific model. If a band is specified, it will shadow the default.
channelslistlist of channels, null or empty array means auto
bandwidthintchannel width for the band, 20 / 40 / 80, 80 is only applicable for band_5
powerinttx power of the radio, 0 mean auto
power_minintwhen power=0, min tx power to use, HW-specific values will be used if not set
power_maxintwhen power=0, max tx power to use, HW-specific values will be used if not set
preamblestringshort / long / auto, default is short

Request Body

{"name"=>"5G-Restricted"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring