Push OTA updates to the given fleets/devices
POST /projects/:project_id/ota_updates
Push OTA updates to the given fleets/devices
Path Parameters
- project_id string required
Project ID
- application/x-www-form-urlencoded
Request Body
- fleet_ids string
Fleet IDs
- device_tags string
Device Tags
- device_ids string
Device IDs
- binaryFile binary required
Binary File
Responses
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":{"impactedDeviceIds":[]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"message":"<error_message>"}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...