We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38e9fde + f5f4e12 commit ef6181bCopy full SHA for ef6181b
docs/gl_objects/remote_mirrors.rst
@@ -24,8 +24,8 @@ Get the list of a project's remote mirrors::
24
25
Create (and enable) a remote mirror for a project::
26
27
- mirror = project.wikis.create({'url': 'https://gitlab.com/example.git',
28
- 'enabled': True})
+ mirror = project.remote_mirrors.create({'url': 'https://gitlab.com/example.git',
+ 'enabled': True})
29
30
Update an existing remote mirror's attributes::
31
0 commit comments