summaryrefslogtreecommitdiff
path: root/doc/api/runners.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-29 18:08:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-29 18:08:06 +0000
commit2194dac7530ff4efa1e12051522e79ac761af1f4 (patch)
tree4780762edc3424fdffe0a1947430b86c05cf8521 /doc/api/runners.md
parent9c28b22cfc7b2b9306b9c72d53f5c88c3129eb67 (diff)
downloadgitlab-ce-2194dac7530ff4efa1e12051522e79ac761af1f4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/runners.md')
-rw-r--r--doc/api/runners.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index d9f50fd3ce2..c450efe8c3f 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -332,7 +332,7 @@ PUT --form "paused=true" /runners/:runner_id
# --or--
-# Deprecated: removal planned in 15.0
+# Deprecated: removal planned in 16.0
PUT --form "active=false" /runners/:runner_id
```
@@ -346,7 +346,7 @@ curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \
# --or--
-# Deprecated: removal planned in 15.0
+# Deprecated: removal planned in 16.0
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \
--form "active=false" "https://gitlab.example.com/api/v4/runners/6"
```