PATCH
/
api
/
end_user_entities
/
reorder
curl --request PATCH \
  --url https://app.herondata.io/api/end_user_entities/reorder \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ordered_entity_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.

Body

application/json
ordered_entity_heron_ids
string[]
required

Response

200

OK