Django - REST Framework Basics
What HTTP status code will be returned by this APIView method?
def post(self, request):
return Response({"success": True}, status=201)def post(self, request):
return Response({"success": True}, status=201)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions