UpdateEngageReaderLinkIdAsync

Returns ()

Set the Link Id for the designated Engage Reader.

Name Description
reader
linkId

Example in C#

// Returns: nothing
await client.UpdateEngageReaderLinkIdAsync(EngageReaderInfo reader, String linkId);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/engagereaders/ENGAGEREADERS/linkid \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '"THE_LINK_ID"'