forked from D-Net/dnet-hadoop
promote actions: shouldGroupById parameter marked as optional (default is true)
This commit is contained in:
parent
aead9efd24
commit
fcd7689b50
|
@ -45,6 +45,6 @@
|
|||
"paramName": "sgid",
|
||||
"paramLongName": "shouldGroupById",
|
||||
"paramDescription": "indicates whether the promotion operation should group objects in the graph by id or not",
|
||||
"paramRequired": true
|
||||
"paramRequired": false
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue