Commit f2f5a115 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix grammar and syntax

parent 47c9b7d3
...@@ -2,19 +2,21 @@ ...@@ -2,19 +2,21 @@
## Purpose ## Purpose
Main purpose of GitLab CI API is to provide necessary data and context for The main purpose of GitLab CI API is to provide the necessary data and context
GitLab CI Runners. for GitLab CI Runners.
For consumer API take a look at this [documentation](../../api/README.md) where All relevant information about the consumer API can be found in a
you will find all relevant information. [separate document](../../api/README.md).
## API Prefix ## API Prefix
Current CI API prefix is `/ci/api/v1`. The current CI API prefix is `/ci/api/v1`.
You need to prepend this prefix to all examples in this documentation, like: You need to prepend this prefix to all examples in this documentation, like:
GET /ci/api/v1/builds/:id/artifacts ```bash
GET /ci/api/v1/builds/:id/artifacts
```
## Resources ## Resources
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment