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

Class ChannelProfileMembershipSerializer

apps/channels/serializers.py:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288
289class ChannelProfileMembershipSerializer(serializers.ModelSerializer):
290 class Meta:
291 model = ChannelProfileMembership
292 fields = ["channel", "enabled"]
293
294
295class ChanneProfilelMembershipUpdateSerializer(serializers.Serializer):

Callers 1

patchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected