v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserEntity

Bulk save entity attribute values by entity name and attribute name

Save multiple entity attribute values in a single request. Each item specifies the entity name, attribute name, and value to set. If an API source doesn't exist for an attribute, one will be created.

put/api/end_users/{end_user_heron_id}/entities/values/bulk

Path parameters

end_user_heron_idstring required

The Heron ID of the end user

Request body

Response

Results for each item in the bulk request

attribute_namestring required

Name of the attribute

entity_namestring required

Name of the entity

errorstring nullable

Error message if the save failed

successboolean required

Whether the value was saved successfully