Page History
...
# | Action parameter | Parameters | Possible values | Description | |||||
---|---|---|---|---|---|---|---|---|---|
1 | create | name |
| Create a new user dictionary. | |||||
wordlist |
| ||||||||
2 | delete | name |
| Delete a selected user dictionary. | |||||
3 | rename | name |
| Rename a specified dictionary and sets a new name. | |||||
new_name |
| ||||||||
4 | check | name |
| Check if a specified user dictionary exists on the server. | |||||
5 | getdict | name |
| Request content of a specified user dictionary. The getdict action is available only for the JSON format. | |||||
6 | addwords | name |
| Add new words to a specified user dictionary. | |||||
word |
| ||||||||
wordlist |
|
| |||||||
7 | deletewords | name |
| Remove words from a specified user dictionary. | |||||
word |
| ||||||||
wordlist |
|
| |||||||
8 | editword | name |
| Replace a word in a specified user dictionary with a new one. | |||||
word |
| ||||||||
new_word |
|
...