POST
/
api
/
end_user_entities
/
{entity_heron_id}
/
attributes
/
{attribute_heron_id}
/
clone
curl --request POST \
  --url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/{attribute_heron_id}/clone \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "attribute_name": "<string>"
}'
{
  "attribute_description": "<string>",
  "attribute_name": "<string>",
  "attribute_type": "float",
  "display_order": 123,
  "heron_id": "<string>",
  "reconciliation_config": {},
  "reconciliation_strategy": "sort_order"
}

Authorizations

x-api-key
string
header
required

Path Parameters

entity_heron_id
string
required
attribute_heron_id
string
required

Body

application/json

Response

200 - application/json
OK

The response is of type object.