#Multiple put requests

5 messages · Page 1 of 1 (latest)

wise mountain
#

Hi, currently building an api to replace our old vanilla PHP back end using DRF. Any suggestions on how to implement a view that would allow a PUT request with an array of objects that would replace/update (doesnt matter which) the existing database objects? Ive found a number of related things like ListSerializers and generics.UpdateAPIView but none of them have behaved well in practice.
Thanks!

native steeple
#

Why they didn't work well?

misty peak
#

What DB are you using ?

knotty osprey
wise mountain
#

Following up on this a month later, got it working!