diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-08 13:39:55 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-08 13:39:55 -0800 |
commit | 2a01d0b1fcfd72dec21bc184562d0d6ba418e5ff (patch) | |
tree | ffc95d9738d16477e54ab1d1deb0e8e42ed7b3d1 /doc/api | |
parent | f7efd923ca6d6c443f8386ea02c3ca466b0bafd4 (diff) | |
download | gitlab-ci-2a01d0b1fcfd72dec21bc184562d0d6ba418e5ff.tar.gz |
Improve readme for runner api
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/runners.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 9e33f7b..9981893 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -29,7 +29,7 @@ Returns: ### Register a new runner -__Authentication is done by GitLab CI runners registration token or CI project token__ +__Authentication is done with a Shared runner registration token or a project Specific runner registration token__ Used to make Gitlab CI aware of available runners. @@ -39,8 +39,8 @@ Parameters: * `token` (required) - The registration token. It is 2 types of token you can pass here. -1. Global registration token (admins only) at /admin/runners -2. Project token for project-specific runners +1. Shared runner registration token +2. Project specific registration token Returns: |