redis-developer / redis-om-fastapi

Examples of using Redis OM Python with FastAPI
22 stars 5 forks source link

Remove pk from POST method #2

Open ThomasJRyan opened 2 years ago

ThomasJRyan commented 2 years ago

This example is really good and I thank you for it!

I'm wondering if you knew of a way to remove pk from the POST method's example marhalling

image

Having the user of the API be able set their own pk could lead to some very bad results

Thank you!