8000
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.
2 parents 42a1ba6 + e680943 commit d853a76Copy full SHA for d853a76
docs/gl_objects/projects.rst
@@ -81,7 +81,7 @@ Create a project in a group::
81
82
# You need to get the id of the group, then use the namespace_id attribute
83
# to create the group
84
- group_id = gl.groups.search('my-group')[0].id
+ group_id = gl.groups.list(search='my-group')[0].id
85
project = gl.projects.create({'name': 'myrepo', 'namespace_id': group_id})
86
87
Update a project::
0 commit comments