Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.herondata.io/api/end_user_entities \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "entity_name": "<string>", "display_order": 123, "entity_description": "<string>", "entity_post_processor_configs": [], "is_list": true, "saved_query_heron_id": "<string>" } '
{ "display_order": 123, "entity_description": "<string>", "entity_name": "<string>", "entity_post_processor_configs": [], "heron_id": "<string>", "is_list": true, "saved_query_heron_id": "<string>" }
Show child attributes
OK
Was this page helpful?