Update the status of a reader Returns (Task)
Overview of UpdateReaderStatusAsync goes here.
| Name | Description |
|---|---|
| reader | The reader to update the status for |
| status | The status to set |
Example in C#
// Returns: nothing
await client.UpdateReaderStatusAsync(AssaAbloyIPLockInfo reader, AssaAbloyIPLockStatusItem status);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/readers/READER.KEY/status \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{
"$type":"Feenics.Keep.WebApi.Model.AssaAbloyIPLockStatusItem, Feenics.Keep.WebApi.Model"
}'