Add entities to a group
Entity Groups
Add entities to a group
Adds the given entities to the entity group; entities already in the group are unaffected.
PUT
Add entities to a group
Headers
Project ID to specify the project context
Path Parameters
Unique identifier (UUID) of the entity group to add entities to.
Body
application/json
Entity IDs to assign to this group
Example:
[
"550e8400-e29b-41d4-a716-446655440000",
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
]Response
Entities were added to the group.