Updates a DeviceApplication.
| Name | Description | Additional information |
|---|---|---|
| deviceId |
Define this parameter in the request URI. |
|
| applicationId |
Define this parameter in the request URI. |
|
| deviceApplicationRepresentation |
Define this parameter in the request body. |
{
"deviceId": "8df7523c-0b1e-4094-89c9-f83fa14d4fd3",
"applicationId": "69dd71c2-e5f0-4a0c-8977-8a043866f60d",
"isLicensed": true,
"createdDateUtc": "2026-04-17T15:54:09.7345222+00:00",
"updatedDateUtc": "2026-04-17T15:54:09.7345222+00:00"
}
<DeviceApplicationRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-04-17T15:54:09.7345222+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-17T15:54:09.7345222+00:00</UpdatedDateUtc> <ApplicationId>69dd71c2-e5f0-4a0c-8977-8a043866f60d</ApplicationId> <DeviceId>8df7523c-0b1e-4094-89c9-f83fa14d4fd3</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.