Updates an Ascend Cabin Access configuration Returns (Task.)
Overview of UpdateAscendCabinAccessAsync goes here.
| Name | Description |
|---|---|
| item | The item. |
Example in C#
// Returns: nothing
await client.UpdateAscendCabinAccessAsync(AscendCabinAccessInfo item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ascendcabinaccess/ITEM_KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{ "name": "Updated Configuration", ... }'