summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-19 05:28:42 +0000
committerEvan Read <eread@gitlab.com>2019-07-19 05:28:42 +0000
commitab105df6090e3a8c504b42806cde1aec9f2ce623 (patch)
tree7016712d845a14e87f2f57d522e7137270806825
parentf7abd0ae6c253e49a14ccbd393365345b8bf7ac2 (diff)
parent4c2e44801f6e8860c718b34d953ff402158eb9bc (diff)
downloadgitlab-ce-ab105df6090e3a8c504b42806cde1aec9f2ce623.tar.gz
Merge branch 'fix-lint-api-path-in-docs' into 'master'
Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
-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 |