LWT JavaScript API
Preparing search index...
modules/vocabulary/api/terms_api
TermCreateForLanguageRequest
Interface TermCreateForLanguageRequest
Fields the standalone new-term endpoint accepts.
interface
TermCreateForLanguageRequest
{
language_id
:
number
;
lemma
?:
string
;
notes
?:
string
;
romanization
?:
string
;
sentence
?:
string
;
status
?:
number
;
tags
?:
string
[]
;
text
:
string
;
translation
?:
string
;
}
Index
Properties
language_
id
lemma?
notes?
romanization?
sentence?
status?
tags?
text
translation?
Properties
language_
id
language_id
:
number
Optional
lemma
lemma
?:
string
Optional
notes
notes
?:
string
Optional
romanization
romanization
?:
string
Optional
sentence
sentence
?:
string
Optional
status
status
?:
number
Optional
tags
tags
?:
string
[]
text
text
:
string
Optional
translation
translation
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
language_
id
lemma
notes
romanization
sentence
status
tags
text
translation
LWT JavaScript API
Loading...
Fields the standalone new-term endpoint accepts.