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": "568f06c5-065e-47b0-be1e-80aef386c015",
"applicationId": "a92df82a-8944-431b-a684-d32d3b07bbde",
"isLicensed": true,
"createdDateUtc": "2026-06-05T18:17:03.3876833+00:00",
"updatedDateUtc": "2026-06-05T18:17:03.3876833+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-06-05T18:17:03.3876833+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:17:03.3876833+00:00</UpdatedDateUtc> <ApplicationId>a92df82a-8944-431b-a684-d32d3b07bbde</ApplicationId> <DeviceId>568f06c5-065e-47b0-be1e-80aef386c015</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>