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": "c12e6f2a-d442-4d4f-96bc-5c1893ef123a",
"applicationId": "f2a6b22a-f7c6-4b99-932b-a3fe106dabbc",
"isLicensed": true,
"createdDateUtc": "2026-04-03T09:51:24.361279+00:00",
"updatedDateUtc": "2026-04-03T09:51:24.361279+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-04-03T09:51:24.361279+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-03T09:51:24.361279+00:00</UpdatedDateUtc> <ApplicationId>f2a6b22a-f7c6-4b99-932b-a3fe106dabbc</ApplicationId> <DeviceId>c12e6f2a-d442-4d4f-96bc-5c1893ef123a</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>