fix missing claim_token in serializer

This commit is contained in:
Richard Schreiber
2025-12-16 08:17:37 +01:00
committed by Martin Gross
parent dcc050449d
commit d13fe331f3

View File

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