POST:entities.json
POST:entities.json
Description
Modify an existing entity.
Even though API takes array as body, modifying only one entity at a time is allowed. API looks like that for consistency reasons.
Topic: Entities
Query Parameters
Unique entity identifier. See also: Unique Identifiers
Example: ?entity_id=en_EQzGqWoY
Request Body
Array of EntityModify
[ { "name": "FooBar Inc." } ]
Response Body
Array of Entity
Response Body Type
Loading module