Skip to content

Commit

Permalink
Fixes #14879: Include custom fields in REST API representation of dat…
Browse files Browse the repository at this point in the history
…a sources
  • Loading branch information
jeremystretch committed Jan 22, 2024
1 parent fd53925 commit 851b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/core/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Meta:
model = DataSource
fields = [
'id', 'url', 'display', 'name', 'type', 'source_url', 'enabled', 'status', 'description', 'comments',
'parameters', 'ignore_rules', 'created', 'last_updated', 'file_count',
'parameters', 'ignore_rules', 'custom_fields', 'created', 'last_updated', 'file_count',
]


Expand Down

0 comments on commit 851b941

Please sign in to comment.