Add objects to list
POST/v1/spaces/:space_id/lists/:list_id/objects
Adds one or more objects to a specific list (collection only) by submitting a JSON array of object IDs. Upon success, the endpoint returns a confirmation message. This endpoint is vital for building user interfaces that allow drag‑and‑drop or multi‑select additions to collections, enabling users to dynamically manage their collections without needing to modify the underlying object data.
Request
Responses
- 200
- 400
- 401
- 404
- 429
- 500
Objects added successfully
Bad request
Unauthorized
Not found
Rate limit exceeded
Internal server error