Tray
Firmware update a Tray
Update firmware on a Tray identified by Tray UUID.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
patch/v2/org/{org}/nico/tray/{id}/firmware
Request body
Example request
{
"siteId": "550e8400-e29b-41d4-a716-446655440000",
"version": "24.11.0"
}Response
OK
Example response
{
"taskIds": [
"550e8400-e29b-41d4-a716-446655440000"
]
}