This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / GetAddressTypes.py
index ed8ad3b..d10be73 100644 (file)
@@ -15,7 +15,7 @@ class GetAddressTypes(Method):
     returned.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth(),