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/invitations.md
parent66a3180a3b9417cb5259ecca83934f22b136394b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/invitations.md')
-rw-r--r--doc/api/invitations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/invitations.md b/doc/api/invitations.md
index c1c0a326d4f..c79295912fa 100644
--- a/doc/api/invitations.md
+++ b/doc/api/invitations.md
@@ -123,7 +123,7 @@ PUT /projects/:id/invitations/:email
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project or group](index.md#namespaced-path-encoding) owned by the authenticated user. |
| `email` | string | yes | The email address to which the invitation was previously sent. |
-| `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). |
| `expires_at` | string | no | A date string in ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`). |
```shell