step2 : basic functions for handling nodetags and nodegroups - still highly volatile
[plcapi.git] / PLC / Methods / DeleteNodeGroup.py
index 7650150..7e65ad6 100644 (file)
@@ -18,7 +18,7 @@ class DeleteNodeGroup(Method):
     accepts = [
         Auth(),
         Mixed(NodeGroup.fields['nodegroup_id'],
-             NodeGroup.fields['name'])
+             NodeGroup.fields['groupname'])
         ]
 
     returns = Parameter(int, '1 if successful')