8000 Add the ability to fork to a specific namespace · mishin/python-gitlab@4852462 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4852462

Browse files
committed
Add the ability to fork to a specific namespace
1 parent dc3dcd1 commit 4852462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ class ProjectFork(GitlabObject):
11691169
canList = False
11701170
canGet = False
11711171
requiredUrlAttrs = ['project_id']
1172-
1172+
optionalCreateAttrs = ['namespace']
11731173

11741174
class ProjectForkManager(BaseManager):
11751175
obj_cls = ProjectFork

0 commit comments

Comments
 (0)
0