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": "ecd2df3d-bc9b-4198-9107-5ddf31adbad7",
"applicationId": "cdb7f286-a629-4e11-afa8-633786fb65d1",
"isLicensed": true,
"createdDateUtc": "2025-10-06T02:20:55.1405756+00:00",
"updatedDateUtc": "2025-10-06T02:20:55.1405756+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>2025-10-06T02:20:55.1405756+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-06T02:20:55.1405756+00:00</UpdatedDateUtc> <ApplicationId>cdb7f286-a629-4e11-afa8-633786fb65d1</ApplicationId> <DeviceId>ecd2df3d-bc9b-4198-9107-5ddf31adbad7</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.