MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / ScopeSerializer

Class ScopeSerializer

api/webhooks/serializers.py:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class ScopeSerializer(serializers.Serializer[None]):
16 type = serializers.ChoiceField(choices=["organisation", "environment"])
17
18
19class TestWebhookSerializer(serializers.Serializer[None]):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…