Web API for upgrade firmware OTA

Hi Jack,

The API is /v1/operations/systems/applications/install
So you can use it like this:
eu.airvantage.net/v1/operations … s-token=….
using POST method.
If you click on Content tab, you can get a sample code.

By the way, to know how to use REST API, have a look to the doc [1]

It will create an operation, then you can get information using this API [2]

Like /v1/operations/{did} to get more information, cancel to cancel the
operation, …

[1] dok.airvantage.io/av/howto/clou … arted_api/
[2] doc.airvantage.net/av/reference … eration-v1