removed used by field from InviteLink browsable API view

This commit is contained in:
vabene1111
2025-08-16 10:59:39 +02:00
parent e8d616ac98
commit cf5f896cec

View File

@@ -1480,7 +1480,7 @@ class InviteLinkSerializer(WritableNestedModelSerializer):
fields = (
'id', 'uuid', 'email', 'group', 'valid_until', 'used_by', 'reusable', 'internal_note', 'created_by',
'created_at',)
read_only_fields = ('id', 'uuid', 'created_by', 'created_at',)
read_only_fields = ('id', 'uuid', 'used_by' ,'created_by', 'created_at',)
# CORS, REST and Scopes aren't currently working