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
path: root/doc/api
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2018-03-30 15:16:24 +0300
committerToon Claes <toon@gitlab.com>2018-08-20 17:25:02 +0300
commit7c9983c721ab47d25c9d437035e04b385e8af7c9 (patch)
tree283e3de3d64f1c3a61ceee4dbed332096790f760 /doc/api
parent3c80adf5c8486315fa84ac237177c38b9ae625c9 (diff)
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.
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/projects.md4
1 files changed, 2 insertions, 2 deletions
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