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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-18 00:16:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-18 00:16:59 +0300
commit20082d14c8a188514703824d59f1a1a524477b68 (patch)
tree05dd2a49006d2a41804d412ecebcfa3552550215 /doc/integration
parent7468e26195700e0f13081d49377a4ec03f29f6b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/oauth_provider.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index c4792d1dc28..67a453f7109 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -99,7 +99,7 @@ different actions. See the following table for all available scopes.
| Scope | Description |
|--------------------| ----------- |
-| `api` | Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry. |
+| `api` | Grants complete read/write access to the API, including all groups and projects, the container registry, the dependency proxy, and the package registry. |
| `read_user` | Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users. |
| `read_api` | Grants read access to the API, including all groups and projects, the container registry, and the package registry. |
| `read_repository` | Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API. |