Glossary
Manage custom terms translations used by the translation feature.
Attributes
objectstring · enumRequiredPossible values:
idstringRequired
Unique identifier of the glossary entry
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
The GlossaryEntry object
{
"object": "glossary-entry",
"id": "text",
"translations": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"urls": {
"location": "https://example.com"
}
}Last updated
Was this helpful?