We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b3ddc commit 1bb4e42Copy full SHA for 1bb4e42
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