Update a bookmark
PATCH/bookmarks/:bookmarkId
Partially update a bookmark. Only the fields provided in the request body will be updated. Supports updating common fields (title, note, archived, favourited) as well as type-specific fields.
Request
Responses
- 200
- 401
- 404
The updated bookmark.
Unauthorized — the Bearer token is missing, invalid, or expired.
Bookmark not found.