X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetNodeTags.py;h=3ae9fd6df77deb02f6b5fe413d127c7fe1a5c358;hb=8a488f82ba7892d6a6eb1265f0f327ec75b71149;hp=4ecd802a201d430d2416a583b2d9c046c754b7c4;hpb=f6b58b9f2dd4c39a49aff67f37d5061e45910636;p=plcapi.git diff --git a/PLC/Methods/GetNodeTags.py b/PLC/Methods/GetNodeTags.py index 4ecd802..3ae9fd6 100644 --- a/PLC/Methods/GetNodeTags.py +++ b/PLC/Methods/GetNodeTags.py @@ -22,7 +22,7 @@ class GetNodeTags(Method): the specified details will be returned. """ - roles = ['admin', 'pi', 'user', 'node'] + roles = ['admin', 'pi', 'user', 'tech', 'node'] accepts = [ Auth(),