MCPcopy Index your code
hub / github.com/WebODM/WebODM / partial_update

Method partial_update

app/api/tasks.py:451–453  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

449 return Response(serializer.data)
450
451 def partial_update(self, request, *args, **kwargs):
452 kwargs['partial'] = True
453 return self.update(request, *args, **kwargs)
454
455
456class TaskNestedView(APIView):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected