mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-23 18:01:37 +01:00
Rename Tag.comments to description
This commit is contained in:
@@ -91,7 +91,7 @@ class TagSerializer(ValidatedModelSerializer):
|
||||
|
||||
class Meta:
|
||||
model = Tag
|
||||
fields = ['id', 'name', 'slug', 'color', 'comments', 'tagged_items']
|
||||
fields = ['id', 'name', 'slug', 'color', 'description', 'tagged_items']
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user