Skip to main content
POST
Create glossary

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

Glossary to create

langs
string[]
required

Language codes of the glossary. At least one is required

Required array length: 1 - 2147483647 elements
name
string
required

Name of the glossary

Maximum string length: 255
owner
object

Response

Created

name
string
required

Name of the glossary

active
boolean

Whether the glossary is active

createdBy
object
dateCreated
string<date-time>

Date and time when the glossary was created

id
string

Internal numeric identifier, encoded as a string

internalId
integer<int64>

Sequential numeric identifier of the glossary within the organization

langs
string[]

Language codes associated with the glossary

owner
object
profileCount
integer<int32>

Number of machine translation profiles linked to the glossary

profiles
object[]

Machine translation profiles linked to the glossary

uid
string

Unique identifier used in API paths