Skip to content

Commit

Permalink
fix serialziers
Browse files Browse the repository at this point in the history
  • Loading branch information
k01ek committed Jan 9, 2024
1 parent a5a235d commit 334e6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_bgp/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class NestedBGPSessionSerializer(WritableNestedSerializer):

class Meta:
model = BGPSession
fields = ['id', 'url', 'name', 'description']
fields = ['id', 'url', 'name', 'display','description']
validators = []


Expand Down

0 comments on commit 334e6cb

Please sign in to comment.