Skip to content

Commit 648dc86

Browse files
committed
add doc
1 parent a692d59 commit 648dc86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/gl_objects/projects.py

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
fork = gl.project_forks.create({}, project_id=1)
5252
# or
5353
fork = project.forks.create({})
54+
55+
# fork to a specific namespace
56+
fork gl.project_forks.create({'namespace': 'myteam'}, project_id=1)
5457
# end fork
5558

5659
# forkrelation

0 commit comments

Comments
 (0)