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
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| packageID | path | integer (int64) | Yes | The 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)
- array of
Example
{
"data": [
1
]
}
Responses
200
Success. No response body.
No response body schema documented.