UpdateControllerLastPingAsync

Returns (Task)

Name Description
item

Update Controller Last Ping Async

Example in C#

// Returns: nothing
await client.UpdateControllerLastPingAsync(ControllerInfo item);

Example in CURL



           curl -X PUT \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/lastping \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \