-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.9.1
-
Fix Version/s: 5.8.0-HF06, 5.9.2
-
Component/s: Automation, Rest API
When updating a property with a JSON document in the rest API, if the property is a scalar list, then it is interpreted as a String instead of an array
ie:
"dc:contributors": [ "a","b"]
is interpreted as those two values : ["a" and "b"]
- is required by
-
NXP-14070 Allow passing json data when setting workflow variables in StartWorkflowOperation
- Resolved