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",
|
"paramName": "sgid",
|
||||||
"paramLongName": "shouldGroupById",
|
"paramLongName": "shouldGroupById",
|
||||||
"paramDescription": "indicates whether the promotion operation should group objects in the graph by id or not",
|
"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