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": "061d12d9-14a3-46e1-bac4-130e83117624",
"applicationId": "7ef72514-446f-425a-a902-0745658ad498",
"isLicensed": true,
"createdDateUtc": "2026-09-10T19:05:30.1331135+00:00",
"updatedDateUtc": "2026-09-10T19:05:30.1331135+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-10T19:05:30.1331135+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T19:05:30.1331135+00:00</UpdatedDateUtc> <ApplicationId>7ef72514-446f-425a-a902-0745658ad498</ApplicationId> <DeviceId>061d12d9-14a3-46e1-bac4-130e83117624</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.