UpdateEngageReaderLinkIdAsync

Updates the link ID for an Engage reader Returns ()

Set the Link Id for the designated Engage Reader.

Name Description
reader The Engage reader to update
linkId The link ID to set

Example in C#

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

Example in CURL



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