Skip to main content
POST
Create a glossary term

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
term
string
required
type
enum<string>
required
Available options:
do_not_translate,
specific_translation,
context_dependent
case_sensitive
boolean
default:false
category
string
translations
object

Response

Created glossary term

id
string
required
term
string
required
type
enum<string>
required
Available options:
do_not_translate,
specific_translation,
context_dependent
created_at
string<date-time>
required
case_sensitive
boolean
default:false
category
string
translations
object

Language code to translation mapping, e.g. {"de": "Bildschirm", "fr": "Écran"}