diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-13 12:07:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-13 12:07:54 +0000 |
commit | 41e8b05e8d06f4b13a984e4a3ad26e9a48294543 (patch) | |
tree | 833a6ca2518dab3923f0ffbc760d9ba241cab196 /doc/api/runners.md | |
parent | 0e65189f85bb393e16e60335a42933beb0834295 (diff) | |
download | gitlab-ce-41e8b05e8d06f4b13a984e4a3ad26e9a48294543.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r-- | doc/api/runners.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 21d768a1605..5db1f116f6c 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -162,9 +162,9 @@ GET /runners/:id curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/runners/6" ``` -CAUTION: **Deprecation** -The `token` attribute in the response is deprecated [since GitLab 12.10](https://gitlab.com/gitlab-org/gitlab/-/issues/214320). -It will be removed in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/214322). +NOTE: **Note:** +The `token` attribute in the response was deprecated [in GitLab 12.10](https://gitlab.com/gitlab-org/gitlab/-/issues/214320). +and removed in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/214322). Example response: @@ -190,7 +190,6 @@ Example response: "path_with_namespace": "gitlab-org/gitlab-foss" } ], - "token": "205086a8e3b9a2b818ffac9b89d102", "revision": null, "tag_list": [ "ruby", @@ -225,9 +224,9 @@ PUT /runners/:id curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/runners/6" --form "description=test-1-20150125-test" --form "tag_list=ruby,mysql,tag1,tag2" ``` -CAUTION: **Deprecation** -The `token` attribute in the response is deprecated [since GitLab 12.10](https://gitlab.com/gitlab-org/gitlab/-/issues/214320). -It will be removed in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/214322). +NOTE: **Note:** +The `token` attribute in the response was deprecated [in GitLab 12.10](https://gitlab.com/gitlab-org/gitlab/-/issues/214320). +and removed in [GitLab 13.0](https://gitlab.com/gitlab-org/gitlab/-/issues/214322). Example response: @@ -253,7 +252,6 @@ Example response: "path_with_namespace": "gitlab-org/gitlab-foss" } ], - "token": "205086a8e3b9a2b818ffac9b89d102", "revision": null, "tag_list": [ "ruby", |