Update Widget/Datastream Property

Updates the Datastream Property and all assigned Widgets

GET https://{server_address}/external/api/update/property?token={token}&pin={pin}&{property}={value}

{% swagger-response status="400" description="Could not find a device token or Wrong pin format or Value doesn't match the Datastream data type" %}

{"error":{"message":"Invalid token."}}

or

{"error":{"message":"Wrong pin format."}}

or

{"error":{"message":"Value doesn't match the Datastream data type"}}

You can get the Device auth token in Device info.

Last updated