Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Content Link Details Input

Input representation of the request to synchronize content token data from a document to sObjects. It specifies the ID of an individual content link and its corresponding new value to be updated.
JSON example
1{
2  "contentLinkId": "6UPxx0000004C92GAE",
3  "contentValue": "Contract Description for JSON"
4}
Properties
Name Type Description Required or Optional Available Version
contentLinkId String ID of the content link object. Required 65.0
contentValue String Updated token value data from the document. Required 65.0