Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
ee2d3922
Commit
ee2d3922
authored
Aug 05, 2016
by
Gennady Trafimenkov
Committed by
Achilleas Pipinellis
Oct 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify which token should be used to delete a runner
parent
359b4f9a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG
CHANGELOG
+1
-0
doc/api/ci/runners.md
doc/api/ci/runners.md
+4
-2
No files found.
CHANGELOG
View file @
ee2d3922
...
...
@@ -483,6 +483,7 @@ v 8.11.0
- Add pipeline events hook
- Bump gitlab_git to speedup DiffCollection iterations
- Rewrite description of a blocked user in admin settings. (Elias Werberich)
- Clarify documentation for Runners API (Gennady Trafimenkov)
- Make branches sortable without push permission !5462 (winniehell)
- Check for Ci::Build artifacts at database level on pipeline partial
- Convert image diff background image to CSS (ClemMakesApps)
...
...
doc/api/ci/runners.md
View file @
ee2d3922
...
...
@@ -12,7 +12,9 @@ communication channel. For the consumer API see the
This API uses two types of authentication:
1.
Unique Runner's token, which is the token assigned to the Runner after it
has been registered.
has been registered. This token can be found on the Runner's edit page (go to
**Project > Runners**
, select one of the Runners listed under
**
Runners activated for
this project
**
).
2.
Using Runners' registration token.
This is a token that can be found in project's settings.
...
...
@@ -48,7 +50,7 @@ DELETE /ci/api/v1/runners/delete
| Attribute | Type | Required | Description |
| --------- | ------- | --------- | ----------- |
|
`token`
| string | yes |
Runner's registration
token |
|
`token`
| string | yes |
Unique Runner's
token |
Example request:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment