Add Entity to Collection
Collection Endpoints
Add Entity to Collection
Save an entity into a collection
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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the collection to save the entity into.
Body Parameters
The ID of the entity to save.
Response
Always
true on success.Updated collection metadata.
Error Responses
Collection Not Found — 404
Collection Not Found — 404
Entity Not Found — 404
Entity Not Found — 404
Server Error — 500
Server Error — 500

