Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

account_id
string
required

Account ID

glossary_id
string
required

Glossary ID

id
string
required

ID

Body

application/json
term
string

Glossary term

Example:

"MyCompany"

description
string

Description of term

Example:

"Use this when refering to our company"

translatable
boolean

Indicates whether the term should be used for all languages or can be translated

Example:

true

case_sensitive
boolean

Indicates whether the term is case sensitive

Example:

true

Response

OK

id
string
term
string
description
string
translatable
boolean
case_sensitive
boolean
translations
glossary_term_translation · object[]
glossary
object

The glossary this term belongs to.

created_at
string<date-time>
updated_at
string<date-time>