Skip to main content

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

Request Body
  • fleet_ids string

    Fleet IDs

  • device_tags string

    Device Tags

  • device_ids string

    Device IDs

  • binaryFile binary required

    Binary File

Responses

Success" {"ok":1,"data":{"impactedDeviceIds":[]}}

Schema
    Loading...