update_glossary
Update the name of an existing glossary in your Lara Translate account. Provide the glossary ID and new name to rename it.
Instructions
Updates the name of a glossary in your Lara Translate account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The glossary ID (format: gls_*, e.g., 'gls_xyz123') | |
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique glossary identifier (format: gls_*) | |
| name | Yes | Display name of the glossary | |
| ownerId | Yes | Identifier of the glossary owner | |
| createdAt | Yes | ISO 8601 timestamp | |
| updatedAt | Yes | ISO 8601 timestamp | |
| isPersonal | Yes | True if the glossary is private to the owner |