Add note of deprecation in old Runners CI API

This commit is contained in:
Achilleas Pipinellis 2016-02-02 13:17:41 +02:00 committed by Tomasz Maczukin
parent 43c8daf3dc
commit 1532d28c69
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Runners API
_**Note:** In GitLab 8.0, GitLab CI was merged in GitLab itself. This document
is deprecated in favor of the [new Runners API](../../api/runners.md)._
## Runners
### Retrieve all runners
@ -74,4 +77,4 @@ Returns:
"updated_at" : "2015-02-26T11:39:39.232Z",
"description" : "awesome runner"
}
```
```