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>2021-07-08 21:09:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-08 21:09:32 +0300
commit7e17b031fa8e57a698fc474ded12eaa2553c87f5 (patch)
treed753ae5527f835901f86a30608c024e86e11fbaa /doc/api/access_requests.md
parent66a3180a3b9417cb5259ecca83934f22b136394b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/access_requests.md')
-rw-r--r--doc/api/access_requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/access_requests.md b/doc/api/access_requests.md
index ab64be9f349..8ef3e882209 100644
--- a/doc/api/access_requests.md
+++ b/doc/api/access_requests.md
@@ -111,7 +111,7 @@ PUT /projects/:id/access_requests/:user_id/approve
| -------------- | -------------- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding) owned by the authenticated user |
| `user_id` | integer | yes | The user ID of the access requester |
-| `access_level` | integer | no | A valid access level (defaults: `30`, developer access level) |
+| `access_level` | integer | no | A valid access level (defaults: `30`, the Developer role) |
Example request: