v5

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-2141116.4 KB

Update pronunciation dictionary

Update an existing pronunciation dictionary for the authenticated user

put/waves/v1/pronunciation-dicts

Request body

idstring required

ID of the pronunciation dictionary to update

Example request

{
  "id": "64f1234567890abcdef12345",
  "items": [
    {
      "word": "mysql",
      "pronunciation": "my-sequel"
    }
  ]
}

Response

Successfully updated pronunciation dictionary

idstring required

ID of the updated pronunciation dictionary

Example response

{
  "id": "64f1234567890abcdef12345",
  "items": [
    {
      "word": "mysql",
      "pronunciation": "my-sequel"
    }
  ]
}