summaryrefslogtreecommitdiff
path: root/doc/api/linked_epics.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/linked_epics.md')
-rw-r--r--doc/api/linked_epics.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/linked_epics.md b/doc/api/linked_epics.md
index 77540f37054..c240b3255c6 100644
--- a/doc/api/linked_epics.md
+++ b/doc/api/linked_epics.md
@@ -89,10 +89,10 @@ Example response:
## Create a related epic link
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352840) in GitLab 14.10.
+> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352840) in GitLab 14.10.
+> - Minimum required role for the group [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/381308) from Reporter to Guest in GitLab 15.8.
-Create a two-way relation between two epics. The user must be allowed to
-update both epics to succeed.
+Create a two-way relation between two epics. The user must have at least the Guest role for both groups.
```plaintext
POST /groups/:id/epics/:epic_iid/related_epics
@@ -208,10 +208,10 @@ Example response:
## Delete a related epic link
-> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352840) in GitLab 14.10.
+> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352840) in GitLab 14.10.
+> - Minimum required role for the group [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/381308) from Reporter to Guest in GitLab 15.8.
-Delete a two-way relation between two epics. The user must be allowed to
-update both epics to succeed.
+Delete a two-way relation between two epics. The user must have at least the Guest role for both groups.
```plaintext
DELETE /groups/:id/epics/:epic_iid/related_epics/:related_epic_link_id