Commit e0ff4e13 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'pedropombeiro/351109/fix-wrong-update-removal-milestone-to-16.0' into 'master'

Fix wrong removal milestone in comment

See merge request gitlab-org/gitlab!83727
parents d83aa055 2445f6fa
......@@ -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"
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment