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.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
entry_id | string | required | The GlossaryEntry uuid to update. |
term | string | optional | |
translations | object | optional | Per-locale target translations (rule_type='translation' only). |
case_sensitive | boolean | optional | |
note | string | optional |
Example
Section titled “Example”{ "tool": "glossary_update", "arguments": { "entry_id": "<entry_id>" }}