Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Rushton <erushton@gitlab.com>2019-03-02 03:40:49 +0300
committererushton <erushton@gitlab.com>2019-07-19 00:57:11 +0300
commit4c2e44801f6e8860c718b34d953ff402158eb9bc (patch)
tree55bbe41ee85cd720339ecf0c542ca884518bb9f4 /doc/api/lint.md
parent5db5e50927e9c90c4a353897edb17eeda1f1f10f (diff)
Update lint.md to provide the correct path for the API
Diffstat (limited to 'doc/api/lint.md')
-rw-r--r--doc/api/lint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/lint.md b/doc/api/lint.md
index b9b49f3df27..79f5e629c7f 100644
--- a/doc/api/lint.md
+++ b/doc/api/lint.md
@@ -5,7 +5,7 @@
Checks if your `.gitlab-ci.yml` file is valid.
```
-POST /lint
+POST /ci/lint
```
| Attribute | Type | Required | Description |