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.
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
entry_id | string | requis | The GlossaryEntry uuid to update. |
term | string | optionnel | |
translations | object | optionnel | Per-locale target translations (rule_type='translation' only). |
case_sensitive | boolean | optionnel | |
note | string | optionnel |
{ "tool": "glossary_update", "arguments": { "entry_id": "<entry_id>" }}