summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2018-03-30 14:16:24 +0200
committerToon Claes <toon@gitlab.com>2018-03-30 14:24:21 +0200
commitf940ab2044e7f7cf2b6b4450f1755ae8d8bb2c41 (patch)
tree31a3d16ba91bd34cfa32379e013566a9f9da9c92 /doc/api/projects.md
parentd2b47c76bbc3704f2875c99c857d50e986f2315e (diff)
downloadgitlab-ce-tc-api-fork-owners.tar.gz
Allow project owners to set up forking relation through APItc-api-fork-owners
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/projects.md')
-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 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