v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPatch Datapoint
Updates a datapoint in the Isometric system. Associated components and removals will be recalculated, if they are not in an immutable state.
patch/datapoints/{id}
Path parameters
idstring required
Example:dtp_1DVKHKS101S0Q61Q
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Request body
Example request
{
"source_ids": [
"src_1EBBF4M7X1S06G1Y"
]
}Response
Successful Response
Example response
{
"id": "dtp_1DVKHKS101S0Q61Q",
"source_ids": [
"src_1EBBF4M7X1S06G1Y"
],
"project_id": "prj_1CTWZQGKE1S0VAXA"
}