Create dictionary (create)
Create a new user dictionary.
Last updated
Was this helpful?
Was this helpful?
{
"cmd": "user_dictionary",
"action": "create",
"name": "my_dict"
}{
"name": "my_dict",
"action": "create",
"wordlist": [],
"modificationTime": 1772124021
}{
"cmd": "user_dictionary",
"action": "create",
"name": "my_dict",
"wordlist": "API,SDK"
}{
"name": "my_dict",
"action": "create",
"wordlist": ["API", "SDK"],
"modificationTime": 1772124021
}