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/milestones.md
parent66a3180a3b9417cb5259ecca83934f22b136394b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r--doc/api/milestones.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md
index f14757c3e34..183d8b4799b 100644
--- a/doc/api/milestones.md
+++ b/doc/api/milestones.md
@@ -107,7 +107,7 @@ Parameters:
## Delete project milestone
-Only for users with Developer access to the project.
+Only for users with the Developer role in the project.
```plaintext
DELETE /projects/:id/milestones/:milestone_id
@@ -148,7 +148,7 @@ Parameters:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/53861) in GitLab 11.9
-Only for users with Developer access to the group.
+Only for users with the Developer role in the group.
```plaintext
POST /projects/:id/milestones/:milestone_id/promote