allow tech to Get node and interface tags
[plcapi.git] / PLC / Methods / GetInterfaceTags.py
index ad87af6..8117cca 100644 (file)
@@ -22,7 +22,7 @@ class GetInterfaceTags(Method):
     the specified details will be returned.
     """
 
-    roles = ['admin', 'pi', 'user', 'node']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth(),