PATCH
/
api
/
end_user_files
/
parsed_results
/
{parsed_end_user_file_id}
curl --request PATCH \
  --url https://app.herondata.io/api/end_user_files/parsed_results/{parsed_end_user_file_id} \
  --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

parsed_end_user_file_id
integer
required

The ID of the parsed end user file

Body

application/json

Response

200 - application/json

OK

The response is of type object.