Returns (Task)
Set the version for the designated Controller.
Name | Description |
---|---|
controller | |
version |
Example in C#
// Returns: nothing
await client.SetVersionForControllerAsync(ControllerInfo controller, String version);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLERS.KEY/version \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D '"9.9.9"'