Update the last ping time for a Traka service Returns (Task.)
Overview of UpdateTrakaServiceLastPingAsync goes here.
| Name | Description |
|---|---|
| item | The Traka service to update |
Example in C#
// Returns: nothing
await client.UpdateTrakaServiceLastPingAsync(TrakaServiceInfo item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/trakaservices/SERVICE.KEY/lastping \
-H 'Authorization: Bearer TOKEN_GOES_HERE'