Skip to main content

Queues a package update for the specified devices

POST /v1/package/{packageID}/updatedevices

Summary

Queues a package update for the specified devices.

Details

Request body: JSON object containing device IDs in data.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
packageIDpathinteger (int64)YesThe ID of the package to queue for installation.1

Request Body

Required: Yes

application/json

  • data (array<integer (int64)>, optional)
    • array of integer (int64)
      • integer (int64)

Example

{
"data": [
1
]
}

Responses

200

Success. No response body.

No response body schema documented.