X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNetworkTypes.py;h=dbddd9fc1e1003d141720301881a71ee866bcdbc;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=eab232b68d2452ca682299e62416240fbab37746;hpb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;p=plcapi.git diff --git a/PLC/Methods/GetNetworkTypes.py b/PLC/Methods/GetNetworkTypes.py index eab232b..dbddd9f 100644 --- a/PLC/Methods/GetNetworkTypes.py +++ b/PLC/Methods/GetNetworkTypes.py @@ -9,7 +9,7 @@ class GetNetworkTypes(Method): Returns a list of all valid network types. """ - roles = ['admin', 'pi', 'user', 'tech'] + roles = ['admin', 'pi', 'user', 'tech', 'node'] accepts = [ Auth()