PATCH
/
projects
/
{project_id}
/
events
/
{event_id}
/
data_points
/
{data_point_id}
curl --request PATCH \
  --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/data_points/{data_point_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data_point": {
    "slug": "total-ash-delivered-wet-us-ton",
    "value": 291.1
  }
}'
"{\n  \"id\": \"in_kiIuaGIUqRxWUmTY\",\n  \"slug\": \"total-ash-delivered-wet-us-ton\",\n  \"data_point_type\": \"Total Ash Delivered (wet mass) U.S. ton\",\n  \"value\": 291.1,\n  \"unit\": \"U.S. ton\",\n  \"status\": \"complete\"\n}"

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required
event_id
string
required
data_point_id
string
required

Body

application/json

Response

200
application/json
200

The response is of type object.