awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.34k stars 156 forks source link

Feature 73 patch endpoint #165

Open theultimate1 opened 1 year ago

theultimate1 commented 1 year ago

Created patch endpoint which takes the update schema and makes the fields optional thereby reducing the number of schemas to be written.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
fastapi-crudrouter ✅ Ready (Inspect) Visit Preview Aug 19, 2022 at 9:48PM (UTC)
theultimate1 commented 1 year ago

Link to issue: https://github.com/awtkns/fastapi-crudrouter/issues/73

cycledriver commented 1 year ago

+1 for this, was just looking to add this feature. Glad someone has.

barseghyanartur commented 9 months ago

Why is this not merged yet? What are the stoppers?