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": "fd6ee12b-6400-46e9-8e1d-8b4b2c86abd5",
"applicationId": "cd036f33-6a92-4290-9915-799a88cccc51",
"isLicensed": true,
"createdDateUtc": "2026-04-24T23:47:04.6973337+00:00",
"updatedDateUtc": "2026-04-24T23:47:04.6973337+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-24T23:47:04.6973337+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T23:47:04.6973337+00:00</UpdatedDateUtc> <ApplicationId>cd036f33-6a92-4290-9915-799a88cccc51</ApplicationId> <DeviceId>fd6ee12b-6400-46e9-8e1d-8b4b2c86abd5</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>