Skip to content

Commit

Permalink
Merge pull request #202 from pl0xym0r/peer_group_serializer
Browse files Browse the repository at this point in the history
Adding custom fields on peer group serializer
  • Loading branch information
cruse1977 authored Aug 12, 2024
2 parents 97697aa + 2a82e9f commit a90bccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox_bgp/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class Meta:
"import_policies",
"export_policies",
"comments",
"custom_fields",
]
brief_fields = ("id", "url", "display", "name", "description")

Expand Down

0 comments on commit a90bccd

Please sign in to comment.