summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Rushton <erushton@gitlab.com>2019-03-02 00:40:49 +0000
committererushton <erushton@gitlab.com>2019-07-18 14:57:11 -0700
commit4c2e44801f6e8860c718b34d953ff402158eb9bc (patch)
tree55bbe41ee85cd720339ecf0c542ca884518bb9f4
parent5db5e50927e9c90c4a353897edb17eeda1f1f10f (diff)
downloadgitlab-ce-4c2e44801f6e8860c718b34d953ff402158eb9bc.tar.gz
Update lint.md to provide the correct path for the API
-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 |