sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.36k stars 263 forks source link

[BUG] Set ``is_archived`` via ``PUT /api/bookmarks/:id/`` seems to be broken #641

Closed JGeek00 closed 4 months ago

JGeek00 commented 4 months ago

As you can see on the video, when I change the value for is_archived, and then send the request, the return value is the same. Also, it still can be retrieved with the normal /api/bookmarks/ endpoint, which doesn't return the archived bookmarks. https://github.com/sissbruecker/linkding/assets/47545344/eee9843e-6777-4151-9f8e-966b82431006

JGeek00 commented 4 months ago

I discovered that there's an specific endpoint to archive/unarchive bookmarks, but apart of that, the behavior of that put endpoint with the is_archived parameter looks weird, because it seems that it doesn't do anything