Skip to content

Commit

Permalink
fix: many=True for identifiers (#8425)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards authored Jan 15, 2025
1 parent d60dba1 commit c48e6e7
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 c48e6e7

Please sign in to comment.