fix missing claim_token in serializer

This commit is contained in:
Richard Schreiber
2025-12-16 08:17:37 +01:00
parent a4c1b8e3bb
commit 55697b1d70

View File

@@ -188,7 +188,7 @@ class ReusableMediaSerializer(I18nAwareModelSerializer):
'updated', 'updated',
'type', 'type',
'identifier', 'identifier',
'secret', 'claim_token',
'label', 'label',
'active', 'active',
'expires', 'expires',