Update an entity
Partially updates an entity’s name, type, classification flags and group; setting the group to null removes it from its group.
Headers
Project ID to specify the project context
Path Parameters
The UUID of the entity to update.
Body
Display name of the entity
"Acme Corporation"
Type/category of the entity
brand, person, company, other "brand"
Whether this entity belongs to (is owned by) the current project
true
Whether this entity is the project's primary entity
false
Whether this entity is tracked as a competitor
false
Whether this entity is blacklisted and should be excluded from tracking
false
UUID of the entity group to assign this entity to. Pass null to remove the entity from its current group.
"3f9a8b2c-1d4e-4f6a-9b8c-7d6e5f4a3b2c"