v3
latestOpenAPI 3.0.02026-07-318685204.9 KBEnhancements
Update a speech dictionary by ID
The terms list is replaced as a whole. Terms are cleaned up automatically (whitespace normalized, empty and duplicate entries dropped); terms that cannot be fixed automatically (forbidden characters ";" or "/", more than 6 words) are rejected with invalid_value.
patch/enhancements/speech/dictionaries/{id}
Path parameters
idstring required
Speech dictionary ID
Speech dictionary ID
Request body
Example request
{
"terms": [
"THEOlive",
"A. Väyrynen",
"D&I|dee-and-eye,dee-n-eye"
]
}Response
Updated speech dictionary
Example response
{
"data": {
"terms": [
"THEOlive",
"A. Väyrynen",
"D&I|dee-and-eye,dee-n-eye"
]
}
}