Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#Action parameterParametersPossible valuesDescription
1createname
  • name of a new user dictionary
Create a new user dictionary.
wordlist
  • comma-separated words which will be added to a new dictionary
2deletename
  • name of a selected user dictionary
Delete a selected user dictionary.
3renamename
  • name of a selected user dictionary
Rename a specified dictionary and sets a new name.
new_name
  • a new name for a chosen user dictionary
4checkname
  • name of a chosen user dictionary
Check if a specified user dictionary exists on the server.
5getdictname
  • name of a required user dictionary
Request content of a specified user dictionary. The getdict action is available only for the JSON format.
6addwordsname
  • name of a chosen user dictionary
Add new words to a specified user dictionary.
word
  • a new word which will be added to a specified user dictionary

wordlist
  • a list of coma-separated words (also possible to add just one word)

Status
colourGreen
titlev5.28.0

7deletewordsname
  • name of a chosen user dictionary
Remove words from a specified user dictionary.
word
  • word which will be removed from a specified user dictionary

wordlist
  • a list of coma-separated words (also possible to remove just one word)

Status
colourGreen
titlev5.28.0

8editwordname
  • name of a chosen user dictionary
Replace a word in a specified user dictionary with a new one.
word
  • word which will be edited
new_word
  • a new word which replaces a word picked for editing

...