Add objects to list
POST/spaces/:space_id/lists/:list_id/objects
Enables clients to add 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.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Objects added successfully
Bad request
Unauthorized
Not found
Internal server error