Skip to main content
POST
Add entities to dataset

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

dataset_id
string<uuid>
required

Unique dataset identifier.

Body

application/json
entity_ids
string<uuid>[]
required

List of entity IDs to add or remove.

Minimum array length: 1
Example:

Response

Entities added or removed successfully.

dataset_id
string<uuid>
required

ID of the dataset that was modified.

Example:

"ccabb755-afc2-4047-b84c-78d1f23d49b2"

affected_count
integer
required

Number of entities that were added or removed.

Example:

1