Skip to content
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

Add PATCH support to bookmarks endpoint #269

Merged
merged 1 commit into from
May 26, 2022

Conversation

sissbruecker
Copy link
Owner

Allows partial updates to bookmarks using the REST API, by making a PATCH request to /api/bookmarks/<id>/.

Closes #267

@bachya
Copy link
Contributor

bachya commented May 24, 2022

Awesome! Didn't realize that Django REST Framework's default update view allowed for partial updates.

@sissbruecker sissbruecker force-pushed the feat/add_bookmark_api_patch_support branch from c89976b to 4388725 Compare May 26, 2022 02:12
@sissbruecker sissbruecker merged commit 68c3c27 into master May 26, 2022
@sissbruecker sissbruecker deleted the feat/add_bookmark_api_patch_support branch May 26, 2022 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update API method requires URL?
2 participants