OpenAPI spec for glossary management
OpenAPI spec for v2 glossary features
Retrieve the list of language pairs supported by the glossary feature.
Name to be associated with the glossary.
My Glossary
The language in which the source texts in the glossary are specified.
en
Possible values: The language in which the target texts in the glossary are specified.
de
Possible values: The entries of the glossary. The entries have to be specified in the format provided by the entries_format
parameter.
Hello Guten Tag
The format in which the glossary entries are provided. Formats currently available:
tsv
(default) - tab-separated valuescsv
- comma-separated values
See Supported Glossary Formats for details about each format.
tsv
Example: tsv
Possible values: List all glossaries and their meta-information, but not the glossary entries.
Retrieve meta information for a single glossary, omitting the glossary entries.
A unique ID assigned to the glossary.
List the entries of a single glossary in the format specified by the Accept
header.
A unique ID assigned to the glossary.
The requested format of the returned glossary entries. Currently, supports only text/tab-separated-values
.
text/tab-separated-values
Example: {"summary":"Tab-separated Values","value":{"in":"header","Accept":"text/tab-separated-values"}}
Possible values: Deletes the specified glossary.
A unique ID assigned to the glossary.
No content
Last updated