Update commands.json for new fset

This commit is contained in:
Alex Roitman 2017-11-10 14:58:51 -08:00
parent a3bf8b6572
commit 2a5e760cee
1 changed files with 14 additions and 11 deletions

View File

@ -165,7 +165,7 @@
"group": "keys" "group": "keys"
}, },
"FSET": { "FSET": {
"summary": "Set the value for a single field of an id", "summary": "Set the value for one or more fields of an id",
"complexity": "O(1)", "complexity": "O(1)",
"arguments":[ "arguments":[
{ {
@ -177,12 +177,15 @@
"type": "string" "type": "string"
}, },
{ {
"name": "field", "command": "XX",
"type": "string" "name": [],
"type": [],
"optional": true
}, },
{ {
"name": "value", "name": ["field","value"],
"type": "double" "type": ["string","double"],
"multiple": true
} }
], ],
"since": "1.0.0", "since": "1.0.0",