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": "d57be3e3-afc4-4f5f-aaf3-9a0e8b058e59",
"applicationId": "b3a39ac2-8074-4c76-96a1-c893122a8baf",
"isLicensed": true,
"createdDateUtc": "2026-03-14T07:23:59.3147591+00:00",
"updatedDateUtc": "2026-03-14T07:23:59.3147591+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-03-14T07:23:59.3147591+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T07:23:59.3147591+00:00</UpdatedDateUtc> <ApplicationId>b3a39ac2-8074-4c76-96a1-c893122a8baf</ApplicationId> <DeviceId>d57be3e3-afc4-4f5f-aaf3-9a0e8b058e59</DeviceId> <IsLicensed>true</IsLicensed> </DeviceApplicationRepresentation>
Sample not available.