ManageSpokenTerms
Replace or create a term list
Replace an existing term list for a language, or create a new one if it doesn't exist.
put/v3/spoken-terms/{spoken_terms_id}/term-lists
Path parameters
spoken_terms_idstring required
A unique ID assigned to the Spoken Terms collection.
Request body
Example request
{
"lang": "en",
"entries": "DeepL\nAPI\nwebhook\nintegration"
}Response
Successfully replaced or created term list.
Example response
{
"lang": "en",
"entry_count": 3
}Changes
No recorded changes to this endpoint across all 1 revision of this API.