curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/reorder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"ordered_attribute_heron_ids": [
"<string>"
]
}'
OK
Was this page helpful?
curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/reorder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"ordered_attribute_heron_ids": [
"<string>"
]
}'
curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/reorder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"ordered_attribute_heron_ids": [
"<string>"
]
}'
OK
Was this page helpful?
curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/reorder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"ordered_attribute_heron_ids": [
"<string>"
]
}'