Add CI API prefix to documentation

[ci skip]
This commit is contained in:
Grzegorz Bizon 2016-02-29 12:12:51 +01:00
parent 616281f6a9
commit cf73dc34f7
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@ GitLab CI Runners.
For consumer API take a look at this [documentation](../../api/README.md) where
you will find all relevant information.
## API Prefix
Current CI API prefix is `/ci/api/v1`.
You need to prepend this prefix to all examples in this documentation, like:
GET /ci/api/v1/builds/:id/artifacts
## Resources
- [Builds](builds.md)