Updates an existing license audit record. Returns (Task)
Overview of UpdateLicenseAuditRecordInfoAsync goes here.
| Name | Description |
|---|---|
| item | The license audit record to update |
Example in C#
// Returns: nothing
await client.UpdateLicenseAuditRecordInfoAsync(LicenseAuditRecordInfo item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenseauditrecords/KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'