Skip to content

Conversation

@olorin99
Copy link
Contributor

  • Falls back to finding bookmark list by name if couldn't find by id.
  • Adds id to BookmarkListDto.

Fixes #1644

@jwr1 jwr1 added the api API related issues and pull requests label Jun 19, 2025
@BentiGorlich
Copy link
Member

From my perspective we should not include the id of the list in the dto as the name is already unique per user.
So I think the front method should not take the id of a list but just the name and resolve it by the user name, like you do in this PR.

@BentiGorlich BentiGorlich merged commit e1c18cc into MbinOrg:main Jun 21, 2025
7 checks passed
@olorin99 olorin99 deleted the fix/fetch-bookmark-lists branch July 9, 2025 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api API related issues and pull requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bookmarks API only returns the default list.

3 participants