v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Patch 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

idstring required
supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

display_namestring required
type'CONSTANT' | 'STANDARD_PUBLISHED_VALUE' | 'REPORTED' | 'ASSUMPTION' | 'DERIVED' required
descriptionstring nullable required
source_idsstring[] required
measured_atstring date-time nullable required
project_idstring nullable required
locked_status'not_locked' | 'locked_library_datapoint' | 'locked_time_series_datapoint' | 'locked_measurement_sample_datapoint' | 'locked_forestry_field_measurement_datapoint' | 'locked_model_output_datapoint' | 'locked_model_input_datapoint' | 'locked_material_datapoint' | 'locked_activity_datapoint' | 'locked_used_in_verified_removal' required

Represents the locked status of a Datapoint. Locked Datapoints cannot be updated: if an updated version of a data input is required then a new Datapoint must be created.

uncertainty_justificationstring nullable

Provide an uncertainty justification where required for inputs identified as sensitive in sensitivity analysis.

Example response

{
  "id": "dtp_1DVKHKS101S0Q61Q",
  "source_ids": [
    "src_1EBBF4M7X1S06G1Y"
  ],
  "project_id": "prj_1CTWZQGKE1S0VAXA"
}