Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
GlossariesModel
CreateTermRequest
Interface CreateTermRequest
interface
CreateTermRequest
{
conceptId
?:
number
;
description
?:
string
;
gender
?:
Gender
;
languageId
:
string
;
note
?:
string
;
partOfSpeech
?:
PartOfSpeech
;
status
?:
GlossariesModel
.
Status
;
text
:
string
;
translationOfTermId
?:
number
;
type
?:
GlossariesModel
.
Type
;
url
?:
string
;
}
Index
Properties
concept
Id?
description?
gender?
language
Id
note?
part
Of
Speech?
status?
text
translation
Of
Term
Id?
type?
url?
Properties
Optional
concept
Id
concept
Id
?:
number
Optional
description
description
?:
string
Optional
gender
gender
?:
Gender
language
Id
language
Id
:
string
Optional
note
note
?:
string
Optional
part
Of
Speech
part
Of
Speech
?:
PartOfSpeech
Optional
status
status
?:
GlossariesModel
.
Status
text
text
:
string
Optional
translation
Of
Term
Id
translation
Of
Term
Id
?:
number
Deprecated
Optional
type
type
?:
GlossariesModel
.
Type
Optional
url
url
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
concept
Id
description
gender
language
Id
note
part
Of
Speech
status
text
translation
Of
Term
Id
type
url
@crowdin/crowdin-api-client
Loading...
Deprecated