summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-09-16 12:43:16 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-18 18:02:11 +0200
commita0c1a12dee276f5d587514d24432e7647e07aeec (patch)
tree8c5797f2fff43c72361343dbcd70d1cd13067a88 /doc/ci
parentbdfe6b9603a7a6947644929c4ea966018f98c840 (diff)
downloadgitlab-ce-ci_closer_integration.tar.gz
remove API calls from CE to CIci_closer_integration
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/api/README.md1
-rw-r--r--doc/ci/api/forks.md23
2 files changed, 0 insertions, 24 deletions
diff --git a/doc/ci/api/README.md b/doc/ci/api/README.md
index e47e5c46732..33c5b172e98 100644
--- a/doc/ci/api/README.md
+++ b/doc/ci/api/README.md
@@ -6,7 +6,6 @@
- [Runners](runners.md)
- [Commits](commits.md)
- [Builds](builds.md)
-- [Forks](forks.md)
## Authentication
diff --git a/doc/ci/api/forks.md b/doc/ci/api/forks.md
deleted file mode 100644
index 8f32e2d3b40..00000000000
--- a/doc/ci/api/forks.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Forks API
-
-This API is intended to aid in the setup and configuration of
-forked projects on Gitlab CI.
-
-__Authentication is done by GitLab user token & GitLab project token__
-
-## Forks
-
-### Create fork for project
-
-
-
-```
-POST /ci/forks
-```
-
-Parameters:
-
- project_id (required) - The ID of a project
- project_token (requires) - Project token
- private_token(required) - User private token
- data (required) - GitLab project data (name_with_namespace, web_url, default_branch, ssh_url_to_repo)