v1

latestOpenAPI 3.0.3LILT Platform Terms and Conditions2026-07-26651658.7 KB
Memories

Update the name of a Memory

Update a Memory.

put/v2/memories

Request body

idinteger required

A unique Memory identifier.

namestring required

The Memory name.

Example request

{
  "id": 7246,
  "name": "Automotive Memory"
}

Response

A Memory object.

idinteger

A unique number identifying the Memory.

srclangstring

An ISO 639-1 language identifier.

trglangstring

An ISO 639-1 language identifier.

srclocalestring

An ISO 639-1 language identifier.

trglocalestring

An ISO 639-1 language identifier.

namestring

A name for the Memory.

is_processingboolean

Indicates the memory is being processed.

versioninteger

The current version of the Memory, which is the number of updates since the memory was created.

created_atinteger

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_atinteger

Time at which the object was created. Measured in seconds since the Unix epoch.

resourcesstring[]

The resource files (translation memories and termbases) associated with this Memory.

Example response

{
  "id": 1234,
  "srclang": "en",
  "trglang": "fr",
  "srclocale": "US",
  "trglocale": "FR",
  "name": "Acme Corp Support Content",
  "version": 78,
  "created_at": 1489147692,
  "updated_at": 1489147692
}