-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow creating archived bookmark through REST API #268
Conversation
I added the optional One problem I foresee is that POST-ing an existing normal bookmark with the Of course, there is the |
With the current changes, the |
All proposed changes made and I have updated the docs too. |
Looks good, updated the API docs a bit |
This PR implements a POST method for the
/api/bookmarks/archived
endpoint that creates an archived bookmark directly.It would be helpful for #243.