Skip to content

Commit

Permalink
fix: many=True for identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jan 9, 2025
1 parent d60dba1 commit 50a93dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/doc/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Meta:
"abstract",
]

@extend_schema_field(DocIdentifierSerializer)
@extend_schema_field(DocIdentifierSerializer(many=True))
def get_identifiers(self, doc: Document):
identifiers = []
if doc.rfc_number:
Expand Down

0 comments on commit 50a93dc

Please sign in to comment.