---
title: "Update pronunciation dictionary"
method: PUT
path: "/waves/v1/pronunciation-dicts"
---

# Update pronunciation dictionary

`PUT /waves/v1/pronunciation-dicts`

Update an existing pronunciation dictionary for the authenticated user

## Request body

- UpdatePronunciationDictRequest
  - `id` string, required — ID of the pronunciation dictionary to update
  - `items` PronunciationItem[], required — Updated list of word-pronunciation pairs
    - `word` string, required — The word to be pronounced
    - `pronunciation` string, required — The phonetic pronunciation of the word

## Response `200`

Successfully updated pronunciation dictionary

- UpdatePronunciationDictResponse
  - `id` string, required — ID of the updated pronunciation dictionary
  - `items` PronunciationItem[], required — Updated list of word-pronunciation pairs
    - `word` string, required — The word to be pronounced
    - `pronunciation` string, required — The phonetic pronunciation of the word

## Other responses

- `400` — Bad request - Invalid request body
- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

## Changes

- **2026-03-14** `0cb9266abb2a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/waves-api/changes/waves/v1/pronunciation-dicts/put.md)

---

[API](https://skmtc.dev/smallest-inc/apis/waves-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/waves-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/waves-api/revisions/d31044fbcd81/schema)
