File tree Expand file tree Collapse file tree
netbox_lifecycle/api/_serializers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class Meta:
3434 'sku' ,
3535 'description' ,
3636 'comments' ,
37+ 'tags' ,
3738 'custom_fields' ,
3839 )
3940 brief_fields = (
@@ -67,6 +68,7 @@ class Meta:
6768 'end' ,
6869 'description' ,
6970 'comments' ,
71+ 'tags' ,
7072 'custom_fields' ,
7173 )
7274 brief_fields = (
@@ -100,6 +102,7 @@ class Meta:
100102 'end' ,
101103 'description' ,
102104 'comments' ,
105+ 'tags' ,
103106 'custom_fields' ,
104107 )
105108
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class Meta:
4242 'documentation' ,
4343 'description' ,
4444 'comments' ,
45+ 'tags' ,
4546 'custom_fields' ,
4647 )
4748 brief_fields = (
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ class Meta:
2828 'manufacturer' ,
2929 'description' ,
3030 'comments' ,
31+ 'tags' ,
3132 'custom_fields' ,
3233 )
3334 brief_fields = (
@@ -57,6 +58,7 @@ class Meta:
5758 'device' ,
5859 'description' ,
5960 'comments' ,
61+ 'tags' ,
6062 'custom_fields' ,
6163 )
6264 brief_fields = (
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class Meta:
2020 'name' ,
2121 'description' ,
2222 'comments' ,
23+ 'tags' ,
2324 'custom_fields' ,
2425 )
2526 brief_fields = (
You can’t perform that action at this time.
0 commit comments