summaryrefslogtreecommitdiff
path: root/doc/api/dependencies.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-22 08:50:32 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-22 08:50:32 +0000
commite356ceae8c70f5d21f5b33cee389945ece4263d9 (patch)
tree5d81c9f28ed09a4b4763e5b79344d27161294982 /doc/api/dependencies.md
parent7b5708d1d944547dfea9bc8b6b8e1c6c6e22901b (diff)
parentd2cb8f785edb6fbc9ce00c39d485423d45c0c219 (diff)
downloadgitlab-ce-e356ceae8c70f5d21f5b33cee389945ece4263d9.tar.gz
Merge branch 'docs-ce-node-mdl-poc' into 'master'
Prepare the docs project for markdownlint See merge request gitlab-org/gitlab-ce!31960
Diffstat (limited to 'doc/api/dependencies.md')
-rw-r--r--doc/api/dependencies.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/dependencies.md b/doc/api/dependencies.md
index 015ffbe60f6..5767d3572dd 100644
--- a/doc/api/dependencies.md
+++ b/doc/api/dependencies.md
@@ -5,15 +5,15 @@ This API is in an alpha stage and considered unstable.
The response payload may be subject to change or breakage
across GitLab releases.
-Every call to this endpoint requires authentication. To perform this call, user should be authorized to read
-[Project Security Dashboard](../user/application_security/security_dashboard/index.md#project-security-dashboard).
+Every call to this endpoint requires authentication. To perform this call, user should be authorized to read
+[Project Security Dashboard](../user/application_security/security_dashboard/index.md#project-security-dashboard).
## List project dependencies
-Get a list of project dependencies. This API partially mirroring
+Get a list of project dependencies. This API partially mirroring
[Dependency List](../user/application_security/dependency_list/index.md) feature.
This list can be generated only for [languages and package managers](../user/application_security/dependency_scanning/index.md#supported-languages-and-package-managers)
-supported by Gemnasium.
+supported by Gemnasium.
```
GET /projects/:id/dependencies