---
title: "Update Custom Background Noise"
method: PATCH
path: "/v1/custom-background-noises/{noise_id}"
tags: ["Digital Humans"]
---

# Update Custom Background Noise

`PATCH /v1/custom-background-noises/{noise_id}`

Rename a noise. The storage_path is immutable (re-upload = new row).

## Path parameters

- `noise_id` string, required

## Headers

- `X-API-Key` string, required

## Request body

- UpdateCustomBackgroundNoiseRequest
  - `name` string, required

## Response `200`

Successful Response

- CustomBackgroundNoise
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `storage_path` string, required
  - `created_at` string, nullable
  - `created_by` string, nullable
  - `usage_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
