promote actions: shouldGroupById parameter marked as optional (default is true)

This commit is contained in:
Claudio Atzori 2020-12-09 13:10:16 +01:00
parent aead9efd24
commit fcd7689b50
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
]