diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 03:08:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 03:08:04 +0000 |
commit | 25f414893f8f1dde029f60e781d195e426e514a1 (patch) | |
tree | 48d9a313a60d4bc78093829f5ce91e438afab183 /doc/api/remote_mirrors.md | |
parent | 59accb4c4780f194554b86c7be3c4a916fb70737 (diff) | |
download | gitlab-ce-25f414893f8f1dde029f60e781d195e426e514a1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/remote_mirrors.md')
-rw-r--r-- | doc/api/remote_mirrors.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/remote_mirrors.md b/doc/api/remote_mirrors.md index 12b453007b0..e46a890cbd4 100644 --- a/doc/api/remote_mirrors.md +++ b/doc/api/remote_mirrors.md @@ -11,7 +11,7 @@ outlined below. Returns an Array of remote mirrors and their statuses: -```text +```plaintext GET /projects/:id/remote_mirrors ``` @@ -50,7 +50,7 @@ and password information. Create a remote mirror for a project. The mirror will be disabled by default. You can enable it by including the optional parameter `enabled` when creating it: -```text +```plaintext POST /projects/:id/remote_mirrors ``` @@ -91,7 +91,7 @@ Example response: Toggle a remote mirror on or off, or change which types of branches are mirrored: -```text +```plaintext PUT /projects/:id/remote_mirrors/:mirror_id ``` |