diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-29 12:12:51 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-29 12:12:51 +0100 |
commit | cf73dc34f7ea6908e2d5d65cfc372ecebfbe09f6 (patch) | |
tree | 971260d3aa0bfe6adce3b3ddce41df216ff09f59 /doc/ci | |
parent | 616281f6a9a5056c368f62c35fe91f7b19d37210 (diff) | |
download | gitlab-ce-cf73dc34f7ea6908e2d5d65cfc372ecebfbe09f6.tar.gz |
Add CI API prefix to documentation
[ci skip]
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/api/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ci/api/README.md b/doc/ci/api/README.md index d573bea0f80..94ef4d2c38d 100644 --- a/doc/ci/api/README.md +++ b/doc/ci/api/README.md @@ -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) |