Aktualizace existujícího pojmu ve slovníku a jeho překladů.
const updated = await client.glossary.update("term_abc123", { type: "specific_translation", translations: { de: "Datenextraktion", fr: "extraction de données", }, });
{ "id": "term_abc123", "term": "data extraction", "type": "specific_translation", "case_sensitive": false, "category": "custom", "translations": { "de": "Datenextraktion", "fr": "extraction de données" }, "created_at": "2025-03-01T10:00:00.000Z" }
do_not_translate
specific_translation
context_dependent
translations