Skip to content

Commit

Permalink
Merge pull request #34 from cpaillet/snmp
Browse files Browse the repository at this point in the history
(feat) Add Name to SNMPCommunityReadSerializer
  • Loading branch information
cpaillet authored Jun 17, 2024
2 parents 3994754 + c5b1a61 commit d808393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_cmdb/netbox_cmdb/api/snmp/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SNMPCommunityReadSerializer(ModelSerializer):

class Meta:
model = SNMPCommunity
fields = ["community", "type"]
fields = ["name", "community", "type"]


class SNMPReadSerializer(ModelSerializer):
Expand Down

0 comments on commit d808393

Please sign in to comment.