Add a bookmark to a list
PUT/lists/:listId/bookmarks/:bookmarkId
Add a bookmark to a manual list. This operation is idempotent — adding an already-present bookmark has no effect.
Request
Responses
- 204
- 401
- 404
No content — the bookmark was added to the list successfully.
Unauthorized — the Bearer token is missing, invalid, or expired.
List or bookmark not found.