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 d0a0348 commit 9bd433aCopy full SHA for 9bd433a
docs/gl_objects/groups.rst
@@ -60,6 +60,12 @@ Create a group::
60
61
group = gl.groups.create({'name': 'group1', 'path': 'group1'})
62
63
+.. warning::
64
+
65
+ On GitLab.com, creating top-level groups is currently
66
+ `not permitted using the API <https://docs.gitlab.com/ee/api/groups.html#new-group>`_.
67
+ You can only use the API to create subgroups.
68
69
Create a subgroup under an existing group::
70
71
subgroup = gl.groups.create({'name': 'subgroup1', 'path': 'subgroup1', 'parent_id': parent_group_id})
0 commit comments