From f940ab2044e7f7cf2b6b4450f1755ae8d8bb2c41 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') diff --git a/doc/api/projects.md b/doc/api/projects.md index 271ee91dc72..d6fa9547963 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1272,9 +1272,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