Do not return tag token provider from Inventory

This commit is contained in:
Xavier Bustamante Talavera 2019-02-27 10:33:37 +01:00
parent 1810f6dcb8
commit e813fb02c7
1 changed files with 0 additions and 1 deletions

View File

@ -8,4 +8,3 @@ class Inventory(Thing):
id = mf.String(dump_only=True)
name = mf.String(dump_only=True)
tag_provider = teal.marshmallow.URL(dump_only=True, data_key='tagProvider')
tag_token = mf.UUID(dump_only=True, data_key='tagToken')