UpdateLicenseAuditRecordInfoAsync

Returns (Task)

Overview of UpdateLicenseAuditRecordInfoAsync goes here.

Name Description
folder
item

Update License Audit Record Info Async

Example in C#

// Returns: nothing
await client.UpdateLicenseAuditRecordInfoAsync(FolderInfo folder, LicenseAuditRecordInfo item);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenseauditrecords \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'