Add CI API prefix to documentation
[ci skip]
This commit is contained in:
parent
616281f6a9
commit
cf73dc34f7
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue