Response format
Success envelope and field semantics for user dictionary actions.
{
"name": "my_dict",
"action": "addword",
"wordlist": [
"word1",
"word2"
],
"modificationTime": 1772124021
}<user_dictionary>
<name>my_dict</name>
<action>addword</action>
<wordlist>
<word>word1</word>
<word>word2</word>
</wordlist>
<modificationTime>1772124021</modificationTime>
</user_dictionary>Fields
Field
Type (JSON)
Notes
Last updated
Was this helpful?