Skip to content

Commit 62dcabf

Browse files
committed
Fixes #287: add description to custom object type field serializer
1 parent 358dc93 commit 62dcabf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox_custom_objects/api/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Meta:
4848
"name",
4949
"label",
5050
"custom_object_type",
51+
"description",
5152
"type",
5253
"primary",
5354
"default",

0 commit comments

Comments
 (0)