-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Patch Endpoint #73
Comments
PATCH is more or less the same as UPDATE, but with
|
I think this is a good issue to implement as the patch endpoint. Had to go down a pydantic rabbithole before I came to the same answer as the one give above by @olgeni. |
I'm very interested in this issue. |
Looking forward to it @satodaiki! 🚀 |
Did anyone end up following through with this issue? I myself would love to have this feature |
Not that I know of, this may be something I can pick up if there is no interest. |
hey i sorta have this update on my end. Probably put in a pull request this week or so. |
Update : Had some work. Finished the patch endpoint for both sql alchemy and Ormar. Will try to get to it this week |
Relevant #168 |
Amazing Framework, really love it,
please update or place the patch endpoint to update certain data that have been passed while leaving the unspecified data intact in the database..
The text was updated successfully, but these errors were encountered: