Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API v2 key. Obtain from https://portal.telnyx.com

Path Parameters

id
string<uuid>
required

The UUID of the pronunciation dictionary.

Example:

"c215a3e1-be41-4701-97e8-1d3c22f9a5b7"

Body

application/json

Request body for updating a pronunciation dictionary. At least one field must be provided.

name
string

Updated dictionary name.

Required string length: 1 - 255
Example:

"Updated Brand Names"

items
object[]

Updated list of pronunciation items (alias or phoneme type).

Required array length: 1 - 100 elements

A single pronunciation dictionary item. Use type 'alias' to replace matched text with a spoken alias, or type 'phoneme' to specify exact pronunciation using IPA notation.

Response

Pronunciation dictionary updated successfully.

Response containing a single pronunciation dictionary.

data
object

A pronunciation dictionary record.