PATCH
/
api
/
end_user_entities
/
{entity_heron_id}
/
attributes
/
reorder
curl --request PATCH \
  --url https://app.herondata.io/api/end_user_entities/{entity_heron_id}/attributes/reorder \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ordered_attribute_heron_ids": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

entity_heron_id
string
required

Body

application/json
ordered_attribute_heron_ids
string[]
required

Response

200

OK