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

Method update

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

Source from the content-addressed store, hash-verified

231
232 @extend_schema(description="Update a user")
233 def update(self, request, *args, **kwargs):
234 return super().update(request, *args, **kwargs)
235
236 @extend_schema(description="Delete a user")
237 def destroy(self, request, *args, **kwargs):

Callers 15

xc_get_series_infoFunction · 0.45
xc_get_vod_infoFunction · 0.45
updateMethod · 0.45
set_user_level_to_10Function · 0.45
__init__Method · 0.45
validate_stream_urlFunction · 0.45
update_channel_stateMethod · 0.45
change_stream_urlMethod · 0.45
_valid_payloadMethod · 0.45
_create_sessionMethod · 0.45
_unmanage_dropped_slugsFunction · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by 1

_valid_payloadMethod · 0.36