From 7c9983c721ab47d25c9d437035e04b385e8af7c9 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 30 Mar 2018 14:16:24 +0200 Subject: Allow project owners to set up forking relation through API Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550. --- doc/api/projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/projects.md') diff --git a/doc/api/projects.md b/doc/api/projects.md index bda4164ee92..448562b8dec 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1413,9 +1413,9 @@ DELETE /projects/:id/hooks/:hook_id Note the JSON response differs if the hook is available or not. If the project hook is available before it is returned in the JSON response or an empty response is returned. -## Admin fork relation +## Fork relationship -Allows modification of the forked relationship between existing projects. Available only for admins. +Allows modification of the forked relationship between existing projects. Available only for project owners and admins. ### Create a forked from/to relation between existing projects -- cgit v1.2.1