Newer Version Available
Context Attribute (PATCH)
Update attributes of a context record.
- Resource
-
1/connect/contexts/attributes - Example for PATCH
-
1https://yourInstance.salesforce.com/services/data/v62.0/connect/contexts/attributes - Available version
- 59.0
- Requires Chatter
- No
- HTTP methods
- PATCH
- Request body for PATCH
-
- JSON example
-
1{ 2 "updateContextAttributesInput": { 3 "contextId": "3729ed60-d16d-41b8-8951-9ad4f6407ad2", 4 "nodePathAndAttributes": [ 5 { 6 "nodePath": { 7 "dataPath": [ 8 "UpdatedTestOrder789" 9 ] 10 }, 11 "attributes": [ 12 { 13 "attributeName": "Status", 14 "attributeValue": "IN TRANSIT" 15 } 16 ] 17 } 18 ] 19 } 20} - Properties
-
Name Type Description Required or Optional Available Version updateContextAttributesInput Object Input object for updating context attributes. Required 59.0
- Response body for PATCH
- Context Output