---
title: "Update Wmm QoS settings"
method: PUT
path: "/radio-profiles/wmm-qos/{id}"
tags: ["Configuration - Policy"]
---

# Update Wmm QoS settings

`PUT /radio-profiles/wmm-qos/{id}`

Update the Wi-Fi Multimedia (WMM) QoS settings belonging to a radio profile.

## Path parameters

- `id` integer, required

## Request body

- XiqUpdateRpWmmQosSettingsRequest
  - `arbitration_interframe_space` integer — The Arbitration Interframe space, in the range of 1 to 15.
  - `min_contention_window` integer — The Minimum Contention window, in the range of 1 to 15.
  - `max_contention_window` integer — The Maximum Contention window, in the range of 1 to 15.
  - `transmission_opportunity_limit` integer — The Transmission Opportunity limit, in the range of 0 to 8192.
  - `enable_no_ack` boolean — Whether to enable No Acknowledgment

## Response `200`

OK

- XiqRpWmmQosSettings — The payload of 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)
  - `access_category` string — The media categories, including "VOICE", "VIDEO", "BEST_EFFORT", and "BACKGROUND"
  - `arbitration_interframe_space` integer — The Arbitration Interframe space from 1 up to 15.
  - `min_contention_window` integer — The Minimum Contention window from 1 up to 15.
  - `max_contention_window` integer — The Maximum Contention window from 1 up to 15.
  - `transmission_opportunity_limit` integer — The Transmission Opportunity limit from 0 up to 8192.
  - `enable_no_ack` boolean — Whether to enable No Acknowledgment

---

[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)
