get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetKeyTypes.py
index dd685de..32bb658 100644 (file)
@@ -9,7 +9,7 @@ class GetKeyTypes(Method):
     Returns an array of all valid key types.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth()