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": "52c016dc-1491-4c46-b5b7-685332aaa31e",
"applicationId": "8ccf980a-379c-4a8f-8d24-cba3353b7b7c",
"isLicensed": true,
"createdDateUtc": "2026-09-11T11:03:18.9426675+00:00",
"updatedDateUtc": "2026-09-11T11:03:18.9426675+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-09-11T11:03:18.9426675+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-11T11:03:18.9426675+00:00</UpdatedDateUtc> <ApplicationId>8ccf980a-379c-4a8f-8d24-cba3353b7b7c</ApplicationId> <DeviceId>52c016dc-1491-4c46-b5b7-685332aaa31e</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>