update_memory
Update a translation memory in your Lara Translate account by providing its unique ID and a new name.
Instructions
Updates a translation memory in your Lara Translate account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the memory to update. Format: mem_xyz123 | |
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique memory identifier (format: mem_*) | |
| createdAt | Yes | ISO 8601 timestamp | |
| updatedAt | Yes | ISO 8601 timestamp | |
| sharedAt | Yes | ISO 8601 timestamp | |
| name | Yes | Display name of the memory | |
| externalId | No | External identifier (e.g. MyMemory ID) when imported | |
| secret | No | Memory secret, if any | |
| ownerId | Yes | Identifier of the memory owner | |
| collaboratorsCount | Yes | Number of collaborators with access to the memory | |
| isPersonal | Yes | True if the memory is private to the owner |