v1
latestOpenAPI 3.0.32026-07-265278189.1 KBManageSpokenTerms
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
}