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": "3d25100f-b469-4067-828d-ad9c7466462f",
"applicationId": "f18bd59b-cdb5-45c2-a340-30d9bb29e6d5",
"isLicensed": true,
"createdDateUtc": "2026-07-27T18:15:24.6844745+00:00",
"updatedDateUtc": "2026-07-27T18:15:24.6844745+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-07-27T18:15:24.6844745+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T18:15:24.6844745+00:00</UpdatedDateUtc> <ApplicationId>f18bd59b-cdb5-45c2-a340-30d9bb29e6d5</ApplicationId> <DeviceId>3d25100f-b469-4067-828d-ad9c7466462f</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.