Update Pronunciation Dictionary

View as Markdown
Update an existing pronunciation dictionary for the authenticated user

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Request

This endpoint expects an object.
idstringRequired>=1 character
ID of the pronunciation dictionary to update
itemslist of objectsRequired

Updated list of word-pronunciation pairs

Response

Successfully updated pronunciation dictionary
idstring
ID of the updated pronunciation dictionary
itemslist of objects

Updated list of word-pronunciation pairs

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error