Edit word (editword)
Replace an existing word with a new value.
Replace one existing word with a new value.
Parameters
These parameters work with any cmd.
serviceid
string
Cloud only
Cloud API key. Required for Cloud requests. Not used on-premises.
format
string
No
Response format. Values: json (default), xml.
callback
string
No
JSONP wrapper function name. Use only with format=json.
short_answer
boolean
No
JSON only. When true, shortens JSON keys to reduce payload size.
See boolean parameters.
See Overview for details.
Command specific parameters
cmd
string
Yes
user_dictionary
Command name.
action
string
Yes
editword
Action name.
name
string
Yes
Dictionary name.
word
string
Yes
Existing word to replace.
new_word
string
Yes
New word value.
format
string
No
json
json or xml.
callback
string
No
JSONP callback name (JSON only).
Behavior
Replaces
wordwithnew_word.
Notes:
wordmust exist.new_wordmust not already exist.
Response
Returns the edited words in wordlist.
See Response format.
Errors
Common errors:
Dictionary name is missing, invalid, or longer than 50 characters.
wordornew_wordis empty.Original word was not found in the dictionary.
New word already exists in the dictionary.
New word contains forbidden symbols.
New word is longer than 63 characters.
See Errors reference.
Examples
Was this helpful?

