Django - REST Framework Basics
What is wrong with this APIView method?
def put(self):
return Response({"updated": True})def put(self):
return Response({"updated": True})15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions