Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Add Tag in REST API plugin data structure

Merged Vincent SIMONIN requested to merge add_tag_api into main
4 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,5 +25,5 @@ class MappingSerializer(NetBoxModelSerializer):
model = Mapping
fields = (
'id', 'url', 'display', 'source', 'target', 'authentication', 'testingpage', 'webdav', 'Comment', 'custom_fields', 'created',
'last_updated',
'last_updated', 'tags'
)
Loading