Set pronunciation state
Accepts a proposal, turns one down, or takes an entry out of use without losing what it said
PUT /pronunciations/{id}/state
note
SDK method: setPronunciationState
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PronunciationStateWrite object.
Response
200 OK — Returns a PronunciationList object.