We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265dbbd commit 92eb4e3Copy full SHA for 92eb4e3
docs/gl_objects/groups.rst
@@ -56,6 +56,10 @@ Create a group::
56
57
group = gl.groups.create({'name': 'group1', 'path': 'group1'})
58
59
+Create a subgroup under an existing group::
60
+
61
+ subgroup = gl.groups.create({'name': 'subgroup1', 'path': 'subgroup1', 'parent_id': parent_group_id})
62
63
Update a group::
64
65
group.description = 'My awesome group'
0 commit comments