Skip to content

Commit 850228d

Browse files
koyaangalet
authored andcommitted
Add the ability to fork to a specific namespace
1 parent 4345d8b commit 850228d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

+1-1
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)