diff options
Diffstat (limited to 'doc/api/dependencies.md')
-rw-r--r-- | doc/api/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dependencies.md b/doc/api/dependencies.md index 5296d4e316f..561645d7697 100644 --- a/doc/api/dependencies.md +++ b/doc/api/dependencies.md @@ -27,7 +27,7 @@ GET /projects/:id/dependencies?package_manager=yarn,bundler | `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding). | | `package_manager` | string array | no | Returns dependencies belonging to specified package manager. Valid values: `bundler`, `composer`, `maven`, `npm`, `pip` or `yarn`. | -```bash +```shell curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/projects/4/dependencies ``` |