UpdateInputStatusAsync

Update the status of an input Returns (Task)

Overview of UpdateInputStatusAsync goes here.

Name Description
input The input to update the status for
status The status to set

Update Input Status Async

Example in C#

// Returns: nothing
await client.UpdateInputStatusAsync(InputInfo input, InputStatusItem status);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/inputs/INPUT.KEY/status \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{
                       "$type":"Feenics.Keep.WebApi.Model.InputStatusItem, Feenics.Keep.WebApi.Model"
                   }'