PATCH
/
api
/
end_user_files
/
{heron_id}
/
parsed_result
curl --request PATCH \
  --url https://app.herondata.io/api/end_user_files/{heron_id}/parsed_result \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "parsed_result": {}
}'
{
  "attribute_values": [
    {}
  ],
  "created": "2023-11-07T05:31:56Z",
  "field_validations": [
    {
      "failure_reason": "<string>",
      "field_name": "<string>",
      "result": "pass",
      "validation_type": "<string>"
    }
  ],
  "heron_id": "<string>",
  "id": 123,
  "parser_id": "<string>",
  "parsing_status": "succeeded",
  "result": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

heron_id
string
required

The file's heron_id

Query Parameters

parser_id
string
required

The ID of the parser to update results for

Body

application/json

Response

200 - application/json
OK

The response is of type object.