curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{heron_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"display_order": 123,
"entity_description": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}'
{
"display_order": 123,
"entity_description": "<string>",
"entity_name": "<string>",
"heron_id": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}
curl --request PATCH \
--url https://app.herondata.io/api/end_user_entities/{heron_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"display_order": 123,
"entity_description": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}'
{
"display_order": 123,
"entity_description": "<string>",
"entity_name": "<string>",
"heron_id": "<string>",
"is_list": true,
"saved_query_heron_id": "<string>"
}
OK
The response is of type object
.
Was this page helpful?