Create datapoint in group

This API updates the value of a single property for all the devices in the specified device group.

{
  "datapoints": {
    "datapoint": [
      {
        "property_name": "string_input_tp_1",
        "value": 0
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!