Aller au contenu

glossary_update

Update a glossary entry by its uuid (entry_id). Send only the fields to change: term, translations, case_sensitive, note. rule_type is immutable - delete and recreate to change it. Returns the updated GlossaryEntry; 404 if entry_id is unknown, 409 on a term clash with another entry of the same rule_type.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
entry_idstringrequisThe GlossaryEntry uuid to update.
termstringoptionnel
translationsobjectoptionnelPer-locale target translations (rule_type='translation' only).
case_sensitivebooleanoptionnel
notestringoptionnel
{
"tool": "glossary_update",
"arguments": {
"entry_id": "<entry_id>"
}
}