Commit 2445f6fa authored by Pedro Pombeiro's avatar Pedro Pombeiro

Fix wrong removal milestone in comment

parent 1d6f5ca0
...@@ -332,7 +332,7 @@ PUT --form "paused=true" /runners/:runner_id ...@@ -332,7 +332,7 @@ PUT --form "paused=true" /runners/:runner_id
# --or-- # --or--
# Deprecated: removal planned in 15.0 # Deprecated: removal planned in 16.0
PUT --form "active=false" /runners/:runner_id PUT --form "active=false" /runners/:runner_id
``` ```
...@@ -346,7 +346,7 @@ curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \ ...@@ -346,7 +346,7 @@ curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \
# --or-- # --or--
# Deprecated: removal planned in 15.0 # Deprecated: removal planned in 16.0
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \ curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" \
--form "active=false" "https://gitlab.example.com/api/v4/runners/6" --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