Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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