10000
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.
1 parent 74b3ddc commit bab91feCopy full SHA for bab91fe
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',
- 'enabled': True})
+ mirror = project.remote_mirrors.create({'url': 'https://gitlab.com/example.git',
28
+ 'enabled': True})
29
30
Update an existing remote mirror's attributes::
31
0 commit comments