MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / update

Method update

apps/accounts/api_views.py:294–295  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

292
293 @extend_schema(description="Update a group")
294 def update(self, request, *args, **kwargs):
295 return super().update(request, *args, **kwargs)
296
297 @extend_schema(description="Delete a group")
298 def destroy(self, request, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected