Update the supplied linked record by linking it to a new linked record transaction.
The transaction will be published to the blockchain asynchronously. Use Get linked record status to find out when it has been confirmed.
{your-URL}/api/v1/linkedrecords/{txId}/update
The transaction id of the linked record to update.
Optional, if specified it must be the updateToken returned from the creation of the supplied linked record.
Encode the record before registering on the blockchain. Available encoders depend upon your configuration options. Possible encoders include:
Note * A "salt" parameter may be specified in () brackets containing any of the following characters: ASCII letters and digits, "/", ":", "-" and "+" (URL encoded as "%2B"). The "salt" parameter will be prepended to the record before encoding.
Encoders may be combined using '|'. Example: SHA256(23:59:59.123)|Base64
{your-API-key}