mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-23 09:51:59 +01:00
Closes #4994: Add cable attribute to PowerFeed API serializer
This commit is contained in:
@@ -355,4 +355,4 @@ class NestedPowerFeedSerializer(WritableNestedSerializer):
|
||||
|
||||
class Meta:
|
||||
model = models.PowerFeed
|
||||
fields = ['id', 'url', 'name']
|
||||
fields = ['id', 'url', 'name', 'cable']
|
||||
|
||||
Reference in New Issue
Block a user