Skip to main content

Translation Glossary

Get, add, modify, and delete entries from the translation glossary. The translation glossary is used to specify entries and how they should be translated per language. These endpoints are only available for sites with multiple languages.

GET /translation_glossary/entries

List of glossary entries. This endpoint currently returns all entries in the glossary.

PUT /translation_glossary/entries

Add, modify, and/or delete entries for the Translation Glossary.

DELETE /translation_glossary/entries/{entryid}

Delete an entry from the Translation Glossary. If you want to delete individual translations of an entry, use the PUT /translation_glossary/entries endpoint and specify a new list of translations that you want.