Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/api/runners.md')
-rw-r--r--doc/ci/api/runners.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/api/runners.md b/doc/ci/api/runners.md
index 68b5851617a..e9f88ee066e 100644
--- a/doc/ci/api/runners.md
+++ b/doc/ci/api/runners.md
@@ -9,7 +9,7 @@ __Authentication is done by GitLab user token & GitLab url__
Used to get information about all runners registered on the Gitlab CI
instance.
- GET /runners
+ GET /ci/runners
Returns:
@@ -33,7 +33,7 @@ __Authentication is done with a Shared runner registration token or a project Sp
Used to make Gitlab CI aware of available runners.
- POST /runners/register
+ POST /ci/runners/register
Parameters:
@@ -58,7 +58,7 @@ __Authentication is done by runner token__
Used to removing runners.
- DELETE /runners/delete
+ DELETE /ci/runners/delete
Parameters: