- Notifications
You must be signed in to change notification settings - Fork673
Closed
Labels
Description
Onhttps://python-gitlab.readthedocs.io/en/stable/gl_objects/projects.html?highlight=fork#examples, there is an example to create a fork withfork = project.forks.create()
which is raisingTypeError
because the first positionaldata
argument is mandatory. If passing an empty dict, Gitlab replies with 403: insufficient_scope.