diff options
author | Valery Sizov <valery@gitlab.com> | 2015-03-05 15:54:50 +0000 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-03-05 15:54:50 +0000 |
commit | f4b4737a96b20e03c46bd66e1e3a21c4f817dc72 (patch) | |
tree | a6651fccc8e0dbaa64abf343e458bef3c527d142 /doc/api | |
parent | 1ba0a907f77f9b3693485e3c7080c8de6fdf1b92 (diff) | |
download | gitlab-ci-f4b4737a96b20e03c46bd66e1e3a21c4f817dc72.tar.gz |
api correction (runner removing)
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/runners.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md index 77c74c8..68b5851 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -58,7 +58,7 @@ __Authentication is done by runner token__ Used to removing runners. - POST /runners/delete + DELETE /runners/delete Parameters: @@ -74,4 +74,4 @@ Returns: "updated_at" : "2015-02-26T11:39:39.232Z", "description" : "awesome runner" } -``` +```
\ No newline at end of file |