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": "5e44f015-9db8-41ec-b2f1-7b3ce78386be",
"applicationId": "51edaaf7-2804-463f-a9bd-13994f424d59",
"isLicensed": true,
"createdDateUtc": "2026-08-10T01:03:04.0196232+00:00",
"updatedDateUtc": "2026-08-10T01:03:04.0196232+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-08-10T01:03:04.0196232+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-10T01:03:04.0196232+00:00</UpdatedDateUtc> <ApplicationId>51edaaf7-2804-463f-a9bd-13994f424d59</ApplicationId> <DeviceId>5e44f015-9db8-41ec-b2f1-7b3ce78386be</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.