Update Phoneme
PUT /api/creative/conlang/phonemes/{phoneme_id}
PUT
/api/creative/conlang/phonemes/{phoneme_id}
Update a phoneme.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” phoneme_id
required
Phoneme Id
string
Request Body required
Section titled “Request Body required ” PhonemeUpdate
Request to update a phoneme.
object
type
Any of:
PhonemeType
string
null
manner
Any of:
ConsonantManner
string
null
place
Any of:
ConsonantPlace
string
null
height
Any of:
VowelHeight
string
null
backness
Any of:
VowelBackness
string
null
roundedness
Any of:
Roundedness
string
null
Responses
Section titled “ Responses ”Successful Response
PhonemeResponse
Phoneme record for API responses.
object
id
required
Id
string
languageId
required
Languageid
string
symbol
required
Symbol
string
type
required
Type
string
isDiphthong
Isdiphthong
boolean
notes
Notes
string
sortOrder
Sortorder
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context