---
title: "Update a Noise Threshold"
method: POST
path: "/noise_sensors/noise_thresholds/update"
tags: ["/noise_sensors"]
---

# Update a Noise Threshold

`POST /noise_sensors/noise_thresholds/update`

Updates a [noise threshold](/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](/capability-guides/noise-sensors).

## Request body

- object
  - `device_id` string, uuid, required — ID of the device that contains the noise threshold that you want to update.
  - `ends_daily_at` string — Time at which the noise threshold should become inactive daily.
  - `name` string — Name of the noise threshold that you want to update.
  - `noise_threshold_decibels` number, float — Noise level in decibels for the noise threshold.
  - `noise_threshold_id` string, uuid, required — ID of the noise threshold that you want to update.
  - `noise_threshold_nrs` number, float — Noise level in Noiseaware Noise Risk Score (NRS) for the noise threshold. This parameter is only relevant for [Noiseaware sensors](/device-and-system-integration-guides/noiseaware-sensors).
  - `starts_daily_at` string — Time at which the noise threshold should become active daily.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/revisions/00c35395ce12/schema)
