Updates LED configurations for a controller. Returns (Task)
Overview of UpdatedLedConfigurationsAsync goes here.
| Name | Description |
|---|---|
| controller | The controller to update |
| ledConfiguration | The LED configuration to update |
Example in C#
// Returns: nothing
await client.UpdatedLedConfigurationsAsync(ControllerInfo controller, LedConfigurationInfo ledConfiguration);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/cardformats \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"/api/f/INSTANCE.KEY/cardformats/CARDFORMAT.KEY"'