DeviceSoftwareUpdate

API to manage device software updates.

List device software update.

get

List all available device software update resources.

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

DeviceSoftwareUpdate Success Response

application/json
get
/clip/v2/resource/device_software_update

Get device software update.

get

Get details of a single device software update resource from its given {deviceSoftwareUpdateId}.

Authorizations
hue-application-keystringRequired
Path parameters
deviceSoftwareUpdateIdstringRequired

ID of the device software update

Responses
chevron-right
200

DeviceSoftwareUpdate Success Response

application/json
get
/clip/v2/resource/device_software_update/{deviceSoftwareUpdateId}

Update device software update.

put

Update a single device software update resource from its given {deviceSoftwareUpdateId}.

Authorizations
hue-application-keystringRequired
Path parameters
deviceSoftwareUpdateIdstringRequired

ID of the device software update

Body
typestringOptional

Type of the supported resources (always device_software_update here)

Responses
chevron-right
200

Success

application/json
put
/clip/v2/resource/device_software_update/{deviceSoftwareUpdateId}

Last updated

Was this helpful?