MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / update

Method update

api/users/serializers.py:24–25  ·  view source on GitHub ↗
(self, instance, validated_data)

Source from the content-addressed store, hash-verified

22 id = serializers.IntegerField()
23
24 def update(self, instance, validated_data): # type: ignore[no-untyped-def]
25 pass
26
27 def create(self, validated_data): # type: ignore[no-untyped-def]
28 organisation = Organisation.objects.get(pk=self.context.get("organisation"))

Calls

no outgoing calls