---
title: "Update neighborhood analysis settings"
method: PUT
path: "/radio-profiles/neighborhood-analysis/{id}"
tags: ["Configuration - Policy"]
---

# Update neighborhood analysis settings

`PUT /radio-profiles/neighborhood-analysis/{id}`

Update the neighborhood analysis settings belonging to a radio profile.

## Path parameters

- `id` integer, required

## Request body

- XiqUpdateRpNeighborhoodAnalysisRequest
  - `enable_background_scan` boolean — Whether background scan of neighboring devices is enabled
  - `background_scan_interval` integer — The background scan interval in the range of 1 to 1440 minutes
  - `enable_skip_scan_when_clients_connected` boolean — Whether to skip background scan when devices have client connections
  - `enable_skip_scan_when_clients_in_power_save_mode` boolean — Whether to skip background scan when connected devices are in power save mode
  - `enable_skip_scan_when_process_voice_traffic` boolean — Whether to skip background scan when devices have network traffic with voice priority

## Response `200`

OK

- XiqRpNeighborhoodAnalysis — The payload of neighborhood analysis config for the radio profile
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `enable_background_scan` boolean — Whether to enable background scanning of neighboring devices
  - `background_scan_interval` integer — The background scan interval from 1 up to 1440 minutes
  - `enable_skip_scan_when_clients_connected` boolean — Whether to enable skipping of background scan when devices have client connections
  - `enable_skip_scan_when_clients_in_power_save_mode` boolean — Whether to skipping of background scan when connected devices are in power save mode
  - `enable_skip_scan_when_process_voice_traffic` boolean — Whether to enable skipping of background scan when devices have network traffic with voice priority

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
