v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPatch Component
Updates a component in the Isometric system. Associated GHG entries will be recalculated, if they are not in an immutable state.
patch/components/{id}
Path parameters
idstring required
Example:cmp_1EP2SB7MZ1S036PY
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
{
"inputs": [
{
"datapoint_ids": [
"dtp_1DVKHKS101S0Q61Q"
]
}
]
}Response
Successful Response
Example response
{
"id": "cmp_1EP2SB7MZ1S036PY",
"removal_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"ghg_entry_template_component_id": "rtc_1DAA58EDM1S0AMPN",
"inputs": [
{
"datapoint_ids": [
"dtp_1DVKHKS101S0Q61Q"
]
}
]
}