Context Attribute Input

Input representation for updating context attribute.
JSON example
1{
2    "contextId": "3729ed60-d16d-41b8-8951-9ad4f6407ad2",
3    "nodePathAndAttributes": [
4        {
5            "nodePath": {
6                "dataPath": [
7                    "TestOrder123"
8                ]
9            },
10            "attributes": [
11                {
12                    "attributeName": "Status",
13                    "attributeValue": "DISPATCHED"
14                }
15            ]
16        }
17    ]
18}
Properties
Name Type Description Required or Optional Available Version
updateContextAttributesInput Object Input object for updating context attributes. Required 59.0