Update Device
POST/api/portals/updatedevice
Tier: Internal — subject to change without notice.
Updates a device's configuration and merges its sensor/actuator/antenna child lists.
On success, if the device is attached to a portal, raises an
Events.AgentNotificationDomainEvent so the portal device re-syncs its configuration.
Request
Responses
- 200
- 400
- 401
- 403
Returns the refreshed device. See PortalDtos.DeviceDetailDto.
The id does not resolve to a device in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Update permission on the Portal module.