PATCH
/
api
/
end_user_entities
/
{entity_heron_id}
/
attributes
/
{attribute_heron_id}
/
sources
/
{source_heron_id}
curl --request PATCH \
  --url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/{attribute_heron_id}/sources/{source_heron_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "sort_order": 123,
  "source_config": {},
  "source_type": "parsed_end_user_file"
}'
{
  "heron_id": "<string>",
  "sort_order": 123,
  "source_config": {},
  "source_type": "parsed_end_user_file"
}

Authorizations

x-api-key
string
header
required

Path Parameters

entity_heron_id
string
required
attribute_heron_id
string
required
source_heron_id
string
required

Body

application/json

Response

200 - application/json
OK

The response is of type object.