summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2016-09-10 15:13:39 +0200
committerGitHub <noreply@github.com>2016-09-10 15:13:39 +0200
commit449830f7ddad06d035995d7d004111a1be774532 (patch)
tree449b45150f2c60591eca1a3b4f735b7f249993a8 /gitlab/objects.py
parentdc3dcd11f3921929cc13260fbfb13aa3ae5117ce (diff)
parent0c1c8944ea100220d35afbf9e5eea40d360ca454 (diff)
downloadgitlab-449830f7ddad06d035995d7d004111a1be774532.tar.gz
Merge pull request #144 from koyaan/master
Add the ability to fork to a specific namespace
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 5a23dbf..be0dbef 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1169,6 +1169,7 @@ class ProjectFork(GitlabObject):
canList = False
canGet = False
requiredUrlAttrs = ['project_id']
+ optionalCreateAttrs = ['namespace']
class ProjectForkManager(BaseManager):