Skip to main content
POST
Add Entity to Collection
Saves an entity into the specified collection. This operation is idempotent — if the entity is already in the collection, it returns success without creating a duplicate.

Path Parameters

string
required
The ID of the collection to save the entity into.

Body Parameters

string
required
The ID of the entity to save.

Response

boolean
Always true on success.
object
Updated collection metadata.

Error Responses