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
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-19 08:28:42 +0300
committerEvan Read <eread@gitlab.com>2019-07-19 08:28:42 +0300
commitab105df6090e3a8c504b42806cde1aec9f2ce623 (patch)
tree7016712d845a14e87f2f57d522e7137270806825 /doc
parentf7abd0ae6c253e49a14ccbd393365345b8bf7ac2 (diff)
parent4c2e44801f6e8860c718b34d953ff402158eb9bc (diff)
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
Diffstat (limited to 'doc')
-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 |