Hello everyone,
We are working on multicast messages and we have running up the Chirpstack fuota server and integrated it with the application server. As described in the forum.
To create Fuota Deployment, we saw the /api/devices/{dev_eui}/fuota-deployments method in Chripstack-api. When we want to use it, we faced a 404 not found error.
Can’t we use this http API to create Fuota Deployment instead of the grpc CreateDeployment (examples/class_c/main.go) method on the fuota server?